SupervisorSlotsRepository constructor

SupervisorSlotsRepository(
  1. SlotsDatasource _datasource,
  2. AuthRepository _auth
)

Provides data for the supervisor slots screen.

Implementation

SupervisorSlotsRepository(this._datasource, this._auth) : super(AsyncValue.loading()) {
  watchAsync(_auth);
}