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