getSlots abstract method

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

Fetches the slots the current user can theoretically reserve.

Implementation

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