Skip to main content

createVolunteerGroup method

[Future] createVolunteerGroup(

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

)

This function is used to create a volunteer group.

params:

  • variables: this will be map type and contain all the volunteer group details need to be created.

returns:

  • Future<dynamic>: Information about the created volunteer group.

Implementation

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