onRestorationScopeId method
Returns the 'Restore Scope Id' routine if any.
Implementation
String? onRestorationScopeId() =>
inRestorationScopeId != null ? inRestorationScopeId!() : null;
Returns the 'Restore Scope Id' routine if any.
String? onRestorationScopeId() =>
inRestorationScopeId != null ? inRestorationScopeId!() : null;