getAllSlots abstract method
- String token
Fetches all slots.
Note: User associated with token
must have the UserCapability.slotMaster.
Implementation
Future<List<Slot>> getAllSlots(String token);
Fetches all slots.
Note: User associated with token
must have the UserCapability.slotMaster.
Future<List<Slot>> getAllSlots(String token);