fetchAgendaItems method
[Future] fetchAgendaItems(
- [[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
- talawa
- event_service
- EventService
- fetchAgendaItems method