FirebaseAuthError.INVALID_CONFIG constructor

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

Implementation

FirebaseAuthError.INVALID_CONFIG([String? message])
    : this('invalid-config',
          message ?? 'The provided configuration is invalid.');