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