deleteAgendaItem method
[Future] deleteAgendaItem(
)
This function is used to delete 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 deleted agenda item.
Implementation
Future<dynamic> deleteAgendaItem(Map<String, dynamic> variables) async
- talawa
- event_service
- EventService
- deleteAgendaItem method