removeVolunteerGroup method
[Future] removeVolunteerGroup(
)
This function is used to remove a volunteer group.
params:
variables: This will be amaptype 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
- talawa
- event_service
- EventService
- removeVolunteerGroup method