getSupervisedSlots abstract method

Future<List<Slot>> getSupervisedSlots(
  1. String tokrn
)

Fetches all slots supervised by the current user.

Implementation

Future<List<Slot>> getSupervisedSlots(String tokrn);