SolevatoParameters constructor

SolevatoParameters({
  1. required bool isPersistenceEnabled,
  2. String baseUrl = 'https://app.solevato.com',
  3. required String inboxIdentifier,
  4. required String clientInstanceKey,
  5. String? userIdentifier,
})

Implementation

SolevatoParameters({
  required this.isPersistenceEnabled,
  this.baseUrl = 'https://app.solevato.com',
  required this.inboxIdentifier,
  required this.clientInstanceKey,
  this.userIdentifier,
});