startSystemAudioLoopback method
Enable system audio capturing
Platform not supported:
- web
- iOS
Implementation
Future<void> startSystemAudioLoopback([String path = '']) {
return _cloudChannel!.invokeMethod('startSystemAudioLoopback', {
"path": path,
});
}