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