stopGoingToEvent method

  1. @override
void stopGoingToEvent(
  1. String eventId
)
override

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();
}