FirebaseAuthError.tenantNotFound constructor

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

Implementation

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