Installer.init constructor

Installer.init({
  1. required UpgradeStateChangeNotifier state,
})

Implementation

Installer.init({ required UpgradeStateChangeNotifier state }) {
  _stateChangeNotifier = state;
}