exportChannel property
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');