isHashedPassword abstract method

bool isHashedPassword(
  1. String passwordOrHash
)

Returns true if passwordOrHash is hashed with this algorithm.

Implementation

bool isHashedPassword(String passwordOrHash);