stopGoingToEvent method
Implementation
@override
void stopGoingToEvent(String eventId) {
profile.goingEvents?.remove(eventId);
try {
//Sint.find<EventDetailsController>().stopGoingToEvent();
} catch (e, st) {
NeomErrorLogger.recordError(e, st, module: 'neom_core', operation: 'stopGoingToEvent');
}
update();
}