installApk static method
Only for android, should check platform before use.
Implementation
static Future<FlutterError?> installApk(String filePath) async {
return methodChannel.invokeMethod("installApk", { "filePath": filePath });
}
Only for android, should check platform before use.
static Future<FlutterError?> installApk(String filePath) async {
return methodChannel.invokeMethod("installApk", { "filePath": filePath });
}