AndroidApkInstaller constructor
AndroidApkInstaller({
- required UpgradeStateChangeNotifier state,
- required String fileURL,
- bool closeOnInstalling = false,
Implementation
AndroidApkInstaller({
required super.state,
required super.fileURL,
super.closeOnInstalling = false,
});