strVerify abstract method

bool strVerify({
  1. required String passwordHash,
  2. required String password,
})

Implementation

bool strVerify({
  required String passwordHash,
  required String password,
});