Skip to main content

updateVolunteerGroup method

[Future] updateVolunteerGroup(

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

)

This function is used to update the information of a volunteer group.

params:

  • variables: This is a Map<String, dynamic> type that contains the ID of the volunteer group to be updated and the fields to be updated.

returns:

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

Implementation

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