addVolunteerToGroup method
[Future] addVolunteerToGroup(
)
This function is used to add a volunteer to a group.
params:
variables
: this will bemap
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
- talawa
- event_service
- EventService
- addVolunteerToGroup method