updateAgendaItem method
[Future] updateAgendaItem(
)
This function is used to update an agenda item.
params:
itemId
: Id of agenda item which is to be updatedvariables
: A map of key-value pairs representing the variables required for the GraphQL mutation.
returns:
Future<dynamic>
: Information about the updated agenda item.
Implementation
Future<dynamic> updateAgendaItem(
String itemId,
Map<String, dynamic> variables,
) async
- talawa
- event_service
- EventService
- updateAgendaItem method