SolevatoRepository constructor
SolevatoRepository(
- SolevatoClientService clientService,
- LocalStorage localStorage,
- SolevatoCallbacks callbacks,
- String inboxIdentifier,
Implementation
SolevatoRepository(
this.clientService,
this.localStorage,
this.callbacks,
this.inboxIdentifier,
);