FirebaseAuthError.NOT_FOUND constructor

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

Implementation

FirebaseAuthError.NOT_FOUND([String? message])
    : this('not-found', message ?? 'The requested resource was not found.');