MissingSecretsException constructor

const MissingSecretsException(
  1. AuthRequest auth, [
  2. String message = 'Missing required secrets for auth'
])

Create a new MissingSecretsException.

Implementation

const MissingSecretsException(
  this.auth, [
  this.message = 'Missing required secrets for auth',
]);