Skip to main content

removeVolunteerFromGroup method

[Future] removeVolunteerFromGroup(

  1. [[Map[<[String], dynamic>]] variables]

)

This function is used to remove a volunteer from a group.

params:

  • variables: this will be map 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
  1. talawa
  2. event_service
  3. EventService
  4. removeVolunteerFromGroup method
EventService class