user property
A stream that emits the current UserModel whenever it changes.
Emits UserModel.empty when the user is cleared (on logout).
Implementation
Stream<UserModel> get user => _userController.stream;
A stream that emits the current UserModel whenever it changes.
Emits UserModel.empty when the user is cleared (on logout).
Stream<UserModel> get user => _userController.stream;