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