authState property

Stream<UserModel?> get authState

A stream that emits UserModel updates whenever the authentication state changes.

Implementation

Stream<UserModel?> get authState => _authStateController.stream;