Skip to main content

removeVolunteerGroup method

[Future] removeVolunteerGroup(

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

)

This function is used to remove a volunteer group.

params:

  • variables: This will be a map type and contain the ID of the volunteer group to be deleted.

returns:

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

Implementation

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