FirebaseAuthError.invalidHashMemoryCost constructor

FirebaseAuthError.invalidHashMemoryCost([
  1. 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.');