eventChannel property

  1. @visibleForTesting
EventChannel eventChannel
final

The event channel used to receive real-time audio data streams.

Implementation

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