sessionState property
SessionState?
get
sessionState
The raw session state (with untyped custom), if you need it.
Implementation
SessionState? get sessionState => _raw.state;
The raw session state (with untyped custom), if you need it.
SessionState? get sessionState => _raw.state;