ContactsStoreBase<S extends ContactsServiceAbstract, Q extends QueueServiceAbstract, C extends ContactServiceClient, CH extends SessionContext> constructor
ContactsStoreBase<S extends ContactsServiceAbstract, Q extends QueueServiceAbstract, C extends ContactServiceClient, CH extends SessionContext> (
- S _contactsService,
- Q _queueService,
- C _contactStub,
- CH _gatekeeper,
Implementation
ContactsStoreBase(this._contactsService, this._queueService,
this._contactStub, this._gatekeeper) {
initialLoading = true;
contacts = ObservableList<ContactWeebi>();
}