Skip to main content

createAgendaItem method

[Future] createAgendaItem(

  1. [[Map[<[String], dynamic>]] variables]

)

This function is used to create an agenda item.

params:

  • variables: A map of key-value pairs representing the variables required for the GraphQL mutation.

returns:

  • Future<dynamic>: Information about the created agenda item.

Implementation

Future<dynamic> createAgendaItem(Map<String, dynamic> variables) async 
  1. talawa
  2. event_service
  3. EventService
  4. createAgendaItem method
EventService class