Future<Map> shareScreen() async { final Map result = await channel.invokeMethod(pm.kShareScreenCommand); return result; }