stopScreenShare static method

Future<String?> stopScreenShare()

Implementation

static Future<String?> stopScreenShare() async {
  final String? version = await _channel.invokeMethod('stopScreenShare');
  return version;
}