FirebaseAuthError.invalidHashKey constructor

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

The hash key must a valid byte buffer.

Implementation

FirebaseAuthError.invalidHashKey([String? message])
    : this('invalid-hash-key',
          message ?? 'The hash key must a valid byte buffer.');