installApk method
直接安装APK文件
filePath APK文件的完整路径
Implementation
Future<InstallResult> installApk(String filePath) {
throw UnimplementedError('installApk() has not been implemented.');
}
直接安装APK文件
filePath APK文件的完整路径
Future<InstallResult> installApk(String filePath) {
throw UnimplementedError('installApk() has not been implemented.');
}