SupervisorSlotsRepository constructor
- SlotsDatasource _datasource,
- AuthRepository _auth
Provides data for the supervisor slots screen.
Implementation
SupervisorSlotsRepository(this._datasource, this._auth) : super(AsyncValue.loading()) {
watchAsync(_auth);
}