restorationScopeId property
String?
get
restorationScopeId
The app's restoration scope ID for state restoration.
This allows the app to restore its state after being killed by the OS.
Example: 'main_app'
Implementation
String? get restorationScopeId => null;