installAppForAndroid static method

dynamic installAppForAndroid(
  1. String path
)

Android 安装app

Implementation

static installAppForAndroid(String path) async {
  return await _channel.invokeMethod('install', path);
}