SlotMasterSlotsRepository constructor

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

Provides data for the slot master screen.

Implementation

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