IosAppStoreInstaller constructor
      
      IosAppStoreInstaller({ 
    
    
- required UpgradeStateChangeNotifier state,
 - required String appId,
 - required bool inApp,
 
Implementation
IosAppStoreInstaller({
  required super.state,
  required this.appId,
  required this.inApp,
}) : super.init();