stopScreenShare method

Future<int> stopScreenShare()

Implementation

Future<int> stopScreenShare() async {
  return await _channel.invokeMethod("stopScreenShare");
}