ContactsStore class

Inheritance

Constructors

ContactsStore(ContactsServiceAbstract _contactsService, QueueServiceAbstract _queueService, ContactServiceClient _contactStub, SessionContext _gatekeeper)

Properties

contacts ObservableList<ContactWeebi>
getter/setter pairinherited
context ReactiveContext
Override this method to use a custom context.
no setterinherited
generateNextContactId Future<int>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
initialLoading bool
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAllContacts(List<ContactWeebi> newContacts) Future<int>
inherited
createContact(ContactWeebi data) Future<ContactWeebi>
inherited
deleteAllContacts() Future<bool>
inherited
deleteContactForever(ContactWeebi data) Future<ObservableList<ContactWeebi>>
inherited
init({List<ContactWeebi>? testData}) Future<bool>
inherited
loadTasks() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setStub(ContactServiceClient contactServiceClient) → void
inherited
toString() String
A string representation of this object.
inherited
updateContact(ContactWeebi herderToU) Future<ContactWeebi>
inherited
upsertContactsBasedOnId(List<ContactWeebi> data) Future<int>
inherited

Operators

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