Skip to main content

fetchAgendaCategories method

[Future] fetchAgendaCategories(

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