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