removeVolunteerFromGroup method
[Future] removeVolunteerFromGroup(
)
This function is used to remove a volunteer from a group.
params:
variables
: this will bemap
type and contain the ID of the volunteer to be removed.
returns:
Future<dynamic>
: Information about the removed volunteer.
Implementation
Future<dynamic> removeVolunteerFromGroup(
Map<String, dynamic> variables,
) async
- talawa
- event_service
- EventService
- removeVolunteerFromGroup method