Skip to main content

addVolunteerToGroup method

[Future] addVolunteerToGroup(

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

)

This function is used to add a volunteer to a group.

params:

  • variables: this will be map type and contain all the details needed to add a volunteer to a group.

returns:

  • Future<dynamic>: Information about the added volunteer.

Implementation

Future<dynamic> addVolunteerToGroup(Map<String, dynamic> variables) async 
  1. talawa
  2. event_service
  3. EventService
  4. addVolunteerToGroup method
EventService class