flushSpans method
Asks the native layer to persist its in-memory bridge queue to the disk buffer, completing only once the spans are durable. Returns false when the flush could not be confirmed (or the platform has no native bridge).
Implementation
Future<bool> flushSpans() async {
throw UnimplementedError('flushSpans() has not been implemented.');
}