fetchVolunteerGroupsByEvent method
[Future[<[List[<[EventVolunteerGroup]>]]>]] fetchVolunteerGroupsByEvent(
- [[String] eventId]
)
This function is used to fetch all volunteer groups for an event.
params:
eventId
: Id of the event to fetch volunteer groups.
returns:
Future<List<EventVolunteerGroup>>
: returns the list of volunteer groups
Implementation
Future<List<EventVolunteerGroup>> fetchVolunteerGroupsByEvent(
String eventId,
) async
- talawa
- event_service
- EventService
- fetchVolunteerGroupsByEvent method