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