stopSystemAudioLoopback method Null safety

Future<void> stopSystemAudioLoopback()

Stop system audio capturing (for android system)

Implementation

Future<void> stopSystemAudioLoopback() {
  return _channel.invokeMethod('stopSystemAudioLoopback');
}