Future<void> installApk(String filePath) { return InstallApkPlatform.instance.installApk(filePath); }