MissingSecretsException constructor
const
MissingSecretsException(
- AuthRequest auth, [
- String message = 'Missing required secrets for auth'
Create a new MissingSecretsException.
Implementation
const MissingSecretsException(
this.auth, [
this.message = 'Missing required secrets for auth',
]);