SlotsRepository constructor
- AuthRepository _auth,
- SlotsDatasource _datasource
Holds all slots the current user can reserve.
Implementation
SlotsRepository(this._auth, this._datasource) : super(AsyncValue.loading()) {
watchAsync(_auth);
}
Holds all slots the current user can reserve.
SlotsRepository(this._auth, this._datasource) : super(AsyncValue.loading()) {
watchAsync(_auth);
}