RestorationManager constructor Null safety

RestorationManager()

Construct the restoration manager and set up the communications channels with the engine to get restoration messages (by calling initChannels).

Implementation

RestorationManager() {
  initChannels();
}