EventService class

Constructors

EventService()
factory

Properties

atClientInstance ↔ AtClientImpl?
getter/setter pair
createdEvents List<EventNotificationModel>?
getter/setter pair
eventNotificationModel EventNotificationModel?
getter/setter pair
eventSink StreamSink<EventNotificationModel?>
no setter
eventStream Stream<EventNotificationModel?>
no setter
hashCode int
The hash code for this object.
no setterinherited
isEventUpdate bool
getter/setter pair
onEventSaved Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedContacts List<AtContact>?
getter/setter pair
selectedContactsAtSigns List<String?>
getter/setter pair

Methods

addContactToList(AtContact _selectedContact) → void
addNewContactAndGroupMembers(List<GroupContactsModel?> selectedList) → dynamic
addNewGroupMembers(List<AtContact> selectedContactList) → dynamic
checForOneDayEventFormValidation(EventNotificationModel eventData) → dynamic
checForRecurringeDayEventFormValidation(EventNotificationModel eventData) → dynamic
checkAtsign(String receiver) Future<bool>
createContactListFromGroupMembers() → dynamic
createEvent({bool isEventOverlap = false, BuildContext? context}) → dynamic
createEventFormValidation() → dynamic
editEvent() Future
getAtKey(String regexKey) → AtKey
getGroupMemberContact(AtContact atcontact) → AtContact
init(AtClientImpl? _atClientInstance, bool isUpdate, EventNotificationModel? eventData) → dynamic
isEventTimeSlotOverlap(List<EventNotificationModel?> hybridEvents, EventNotificationModel? newEvent) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSelectedContact(int index) → dynamic
sendEventNotification() → dynamic
showConcurrentEventDialog(List<EventNotificationModel>? createdEvents, EventNotificationModel? newEvent, BuildContext context) bool?
toString() String
A string representation of this object.
inherited
update({EventNotificationModel? eventData}) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited