editEvent method
[Future[<[QueryResult[<[Object?]>]]>]]
This function is used to edit an event.
params:
eventId: id of an eventvariables: this will bemaptype and contain all the event details need to be update.
returns:
Future<QueryResult<Object?>>: Information about the event deletion.
Implementation
Future<QueryResult<Object?>> async
- talawa
- event_service
- EventService
- editEvent method