AndroidAppMarketInstaller constructor

AndroidAppMarketInstaller({
  1. required UpgradeStateChangeNotifier state,
  2. AppMarket market = AppMarket.official,
})

Implementation

AndroidAppMarketInstaller({
  required super.state,
  this.market = AppMarket.official,
}) : super.init();