appSessionKey property
The session key associated with this restart state.
This key is used to force Flutter to completely rebuild the widget tree, effectively "restarting" the app with a clean state.
Implementation
final Key appSessionKey;
The session key associated with this restart state.
This key is used to force Flutter to completely rebuild the widget tree, effectively "restarting" the app with a clean state.
final Key appSessionKey;