eventChannel property
The event channel used to receive real-time audio data streams.
Implementation
@visibleForTesting
final eventChannel = const EventChannel(
'com.tecmore.flutter_f2f_sound/recording_stream',
);
The event channel used to receive real-time audio data streams.
@visibleForTesting
final eventChannel = const EventChannel(
'com.tecmore.flutter_f2f_sound/recording_stream',
);