sessionStream property
Stream<SessionState>
get
sessionStream
Reactive stream of SessionState.
Optional — never required for auth to work. Subscribe only when you need to update UI outside the guard widget (e.g. a persistent lock icon in an AppBar).
The stream does NOT replay the last event; use currentState for that.
Implementation
Stream<SessionState> get sessionStream => _stateController.stream;