SolevatoRepository constructor

SolevatoRepository(
  1. SolevatoClientService clientService,
  2. LocalStorage localStorage,
  3. SolevatoCallbacks callbacks,
  4. String inboxIdentifier,
)

Implementation

SolevatoRepository(
  this.clientService,
  this.localStorage,
  this.callbacks,
  this.inboxIdentifier,
);