getAllSlots abstract method

Future<List<Slot>> getAllSlots(
  1. String token
)

Fetches all slots.

Note: User associated with token must have the UserCapability.slotMaster.

Implementation

Future<List<Slot>> getAllSlots(String token);