stopScreenCapture method Null safety
Stop screen sharing using the local substream.
Implementation
Future<int> stopScreenCapture() async {
IntValue reply = await _api.stopScreenCapture();
return reply.value ?? -1;
}
Stop screen sharing using the local substream.
Future<int> stopScreenCapture() async {
IntValue reply = await _api.stopScreenCapture();
return reply.value ?? -1;
}