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