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