systemSoundEventChannel property
The event channel used to receive system sound capture stream.
Implementation
@visibleForTesting
final systemSoundEventChannel = const EventChannel(
'com.tecmore.flutter_f2f_sound/system_sound_stream',
);
The event channel used to receive system sound capture stream.
@visibleForTesting
final systemSoundEventChannel = const EventChannel(
'com.tecmore.flutter_f2f_sound/system_sound_stream',
);