UsersRepository constructor
- UserDatasource _datasource,
- AuthRepository _auth
Holds all users of the application.
Implementation
UsersRepository(this._datasource, this._auth) : super(AsyncValue.loading()) {
watchAsync(_auth);
}
Holds all users of the application.
UsersRepository(this._datasource, this._auth) : super(AsyncValue.loading()) {
watchAsync(_auth);
}