FirebaseAuthError.invalidHashMemoryCost constructor
FirebaseAuthError.invalidHashMemoryCost([
- String? message
The hash memory cost must be a valid number.
Implementation
FirebaseAuthError.invalidHashMemoryCost([String? message])
: this('invalid-hash-memory-cost',
message ?? 'The hash memory cost must be a valid number.');