stopGoingToEvent method

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

Implementation

@override
void stopGoingToEvent(String eventId) {
  profile.goingEvents?.remove(eventId);
  try {
    //Get.find<EventDetailsController>().stopGoingToEvent();
  } catch (e) {
    AppConfig.logger.e(e.toString());
  }
  update();
}