updateVolunteerGroup method
[Future] updateVolunteerGroup(
)
This function is used to update the information of a volunteer group.
params:
variables
: This is aMap<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
- talawa
- event_service
- EventService
- updateVolunteerGroup method