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