onRestorationScopeId method

String? onRestorationScopeId()

Returns the 'Restore Scope Id' routine if any.

Implementation

String? onRestorationScopeId() =>
    inRestorationScopeId != null ? inRestorationScopeId!() : null;