pauseScreenCapture method
暂停屏幕共享
不支持:
- web
Implementation
Future<void> pauseScreenCapture() {
return _cloudChannel.invokeMethod('pauseScreenCapture');
}
暂停屏幕共享
不支持:
Future<void> pauseScreenCapture() {
return _cloudChannel.invokeMethod('pauseScreenCapture');
}