initEventData method
should be called if at_events_flutter package is being used.
Implementation
initEventData(List<LocationDataModel> locationDataModel) {
// _appendLocationDataModelData(locationDataModel);
compareForMissingInvites(locationDataModel);
isEventDataInitialized = true;
if (isLocationDataInitialized) {
sendLocation();
}
}