RestartBaseState constructor
const
RestartBaseState(
- Key appSessionKey
Creates a new restart base state with the given session key.
The appSessionKey
is used to force Flutter to rebuild the widget tree
when the app is restarted.
Implementation
const RestartBaseState(this.appSessionKey);