videoFramesEventChannel property
The event channel used to receive per-frame video samples when background streaming is enabled.
Implementation
@visibleForTesting
final videoFramesEventChannel = const EventChannel(
'flutter_meta_wearables_dat/video_frames',
);