removeSupervisor abstract method
Removes supervisorId
from the supervisors of the slot with slotId
.
Implementation
Future<void> removeSupervisor({required String token, required int slotId, required int supervisorId});
Removes supervisorId
from the supervisors of the slot with slotId
.
Future<void> removeSupervisor({required String token, required int slotId, required int supervisorId});