app_installer_ohos
Flutter插件,用于去应用市场安装应用&安装本地hap包
Usage
dependencies:
app_installer: any
app_installer_ohos: any
Example
import 'package:app_installer_ohos/app_installer.dart';
_channel.invokeMethod('goStore', {
'androidAppId': androidAppId,
'iOSAppId': iOSAppId,
'ohosAppId': ohosAppId,
'review': review,
});
&
_channel.invokeMethod('installApk', {'apkPath': apkPath});