authState property

Stream<UserModel?> get authState

Implementation

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