AppCheckSettings constructor

const AppCheckSettings({
  1. required Duration clientApiAllowance,
  2. required String encrypterSecretKey,
})

Implementation

const AppCheckSettings({
  required this.clientApiAllowance,
  required this.encrypterSecretKey,
});