Installer.init constructor
      
      Installer.init({ 
    
    
- required UpgradeStateChangeNotifier state,
Implementation
Installer.init({ required UpgradeStateChangeNotifier state }) {
  _stateChangeNotifier = state;
}