playbackEventChannel property

  1. @visibleForTesting
EventChannel playbackEventChannel
final

The event channel used to receive audio playback stream.

Implementation

@visibleForTesting
final playbackEventChannel = const EventChannel(
  'com.tecmore.flutter_f2f_sound/playback_stream',
);