resumeScreenCapture method
Resume screen sharing
Platform not supported:
- web
Implementation
Future<void> resumeScreenCapture() {
return _cloudChannel!.invokeMethod('resumeScreenCapture');
}
Resume screen sharing
Platform not supported:
Future<void> resumeScreenCapture() {
return _cloudChannel!.invokeMethod('resumeScreenCapture');
}