createRestorationManager method Null safety
- @protected
@protected
Creates the RestorationManager instance available via restorationManager.
Can be overriden in subclasses to create a different RestorationManager.
Implementation
@protected
RestorationManager createRestorationManager() {
return RestorationManager();
}