FirebaseAuthError.CONFIGURATION_NOT_FOUND constructor
FirebaseAuthError.CONFIGURATION_NOT_FOUND([
- String? message
Implementation
FirebaseAuthError.CONFIGURATION_NOT_FOUND([String? message])
: this(
'configuration-not-found',
message ??
'There is no configuration corresponding to the provided identifier.');