Skip to main content

fetchVolunteerGroupsByEvent method

[Future[<[List[<[EventVolunteerGroup]>]]>]] fetchVolunteerGroupsByEvent(

  1. [[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
  1. talawa
  2. event_service
  3. EventService
  4. fetchVolunteerGroupsByEvent method
EventService class