FirebaseAuthError.notFound constructor

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

Implementation

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