Skip to main content

fetchAgendaItems method

[Future] fetchAgendaItems(

  1. [[String] eventId]

)

This function is used to fetch all agenda items for a specific organization.

params:

  • eventId: ID of the event to fetch agenda items.

returns:

  • Future<dynamic>: A list of agenda items for the specified organization.

Implementation

Future<dynamic> fetchAgendaItems(String eventId) async 
  1. talawa
  2. event_service
  3. EventService
  4. fetchAgendaItems method
EventService class