hash abstract method

Future<String> hash(
  1. String password
)
override

Hashes a password

password The plain text password to hash Returns the hashed password

Implementation

Future<String> hash(String password);