AndroidApkInstaller constructor

AndroidApkInstaller({
  1. required UpgradeStateChangeNotifier state,
  2. required String fileURL,
  3. bool closeOnInstalling = false,
})

Implementation

AndroidApkInstaller({
  required super.state,
  required super.fileURL,
  super.closeOnInstalling = false,
});