Future<void> installApp(String appPath, String packageName) { return TianboPluginPlatform.instance.installApp(appPath, packageName); }