Returns true if passwordOrHash is hashed with this algorithm.
true
passwordOrHash
@override bool isHashedPassword(String passwordOrHash) { return false; }