FirebaseAuthException.userDeleted constructor

FirebaseAuthException.userDeleted()

Implementation

FirebaseAuthException.userDeleted()
    : this(
          'user-not-found',
          'There is no user record corresponding to this identifier. The user may '
              'have been deleted');