authenticationStream property

Stream<bool> get authenticationStream

The stream of the user authentication state.

Returns true if the user is currently logged in.

Implementation

Stream<bool> get authenticationStream => _streamController.stream;