BasicSdkOptions constructor

const BasicSdkOptions({
  1. EncryptedFieldsConfiguration encryptedFields = const EncryptedFieldsConfiguration(),
  2. bool saltPasswordWithApplicationId = true,
  3. bool lenientJson = false,
})

Implementation

const BasicSdkOptions({
  this.encryptedFields = const EncryptedFieldsConfiguration(),
  this.saltPasswordWithApplicationId = true,
  this.lenientJson = false,
  // this.groupSelector
});