static Future<bool> startApp(String packageName) async { return _channel.invokeMethod("startApp", {"package_name": packageName}); }