stopScreenShare static method

Future<void> stopScreenShare()

Implementation

static Future<void> stopScreenShare() async{
  await _channel.invokeMethod('stopScreenShare');
}