RestorationManager constructor

RestorationManager()

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

Implementation

RestorationManager() {
  if (kFlutterMemoryAllocationsEnabled) {
    ChangeNotifier.maybeDispatchObjectCreation(this);
  }
  initChannels();
}