currentSessionStream property
Stream<AuthSession?>
get
currentSessionStream
Stream of current session changes
Implementation
Stream<AuthSession?> get currentSessionStream {
return _sessionController.stream;
}