appSessionKey property

Key appSessionKey
final

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;