videoFramesEventChannel property

  1. @visibleForTesting
EventChannel videoFramesEventChannel
final

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',
);