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