playbackEventChannel property
The event channel used to receive audio playback stream.
Implementation
@visibleForTesting
final playbackEventChannel = const EventChannel(
'com.tecmore.flutter_f2f_sound/playback_stream',
);
The event channel used to receive audio playback stream.
@visibleForTesting
final playbackEventChannel = const EventChannel(
'com.tecmore.flutter_f2f_sound/playback_stream',
);