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