stopSystemAudioLoopback method
Stop system audio capturing
Platform not supported:
- web
- iOS
Implementation
Future<void> stopSystemAudioLoopback() {
return _cloudChannel!.invokeMethod('stopSystemAudioLoopback');
}
Stop system audio capturing
Platform not supported:
Future<void> stopSystemAudioLoopback() {
return _cloudChannel!.invokeMethod('stopSystemAudioLoopback');
}