exportChannel property

  1. @visibleForTesting
MethodChannel exportChannel
final

Span-export channel. On Android its native handler runs on a background TaskQueue, so per-span pushes never touch the platform (main) thread and keep flowing even while the main thread is blocked.

Implementation

@visibleForTesting
final exportChannel = const MethodChannel('vunet_flutter_plugin/export');