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>(
  1. S _contactsService,
  2. Q _queueService,
  3. C _contactStub,
  4. CH _gatekeeper,
)

Implementation

ContactsStoreBase(this._contactsService, this._queueService,
    this._contactStub, this._gatekeeper) {
  initialLoading = true;
  contacts = ObservableList<ContactWeebi>();
}