shareScreen method Null safety
Share the screen of your device
Implementation
Future<Map> shareScreen() async {
final Map result = await _channel.invokeMethod(_pm.kShareScreenCommand);
return result;
}
Share the screen of your device
Future<Map> shareScreen() async {
final Map result = await _channel.invokeMethod(_pm.kShareScreenCommand);
return result;
}