systemSoundEventChannel property

  1. @visibleForTesting
EventChannel systemSoundEventChannel
final

The event channel used to receive system sound capture stream.

Implementation

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