UserRepository constructor
- AuthRepository _auth,
- UserDatasource _userDatasource
UI state controller for the current user.
Implementation
UserRepository(this._auth, this._userDatasource) : super(AsyncValue.loading()) {
watchAsync(_auth);
}
UI state controller for the current user.
UserRepository(this._auth, this._userDatasource) : super(AsyncValue.loading()) {
watchAsync(_auth);
}