restorationScopeId property

String? restorationScopeId
final

The identifier to use for state restoration of this app.

Forwarded to MaterialApp.restorationScopeId. Providing a non-null value enables state restoration for the application.

Implementation

final String? restorationScopeId;