FirebaseAuthError.MISSING_CONFIG constructor

FirebaseAuthError.MISSING_CONFIG([
  1. String? message
])

Implementation

FirebaseAuthError.MISSING_CONFIG([String? message])
    : this(
          'missing-config',
          message ??
              'The provided configuration is missing required attributes.');