fetchAgendaCategories method
[Future] fetchAgendaCategories(
- [[String] orgId]
)
This function is used to create an agenda item.
params:
orgId
: ID of organisation to fetch categories.
returns:
Future<dynamic>
: Information about the created agenda item.
Implementation
Future<dynamic> fetchAgendaCategories(String orgId) async
- talawa
- event_service
- EventService
- fetchAgendaCategories method