stopSystemAudioLoopback method Null safety
Stop system audio capturing (for android system)
Implementation
Future<void> stopSystemAudioLoopback() {
return _channel.invokeMethod('stopSystemAudioLoopback');
}
Stop system audio capturing (for android system)
Future<void> stopSystemAudioLoopback() {
return _channel.invokeMethod('stopSystemAudioLoopback');
}