restorationManager property
The RestorationManager synchronizes the restoration data between engine and framework.
See the docs for RestorationManager for a discussion of restoration state and how it is organized in Flutter.
To use a different RestorationManager subclasses can override createRestorationManager, which is called to create the instance returned by this getter.
Implementation
RestorationManager get restorationManager => _restorationManager;