hashWith method

String hashWith(
  1. Hash algorithm
)

Implementation

String hashWith(crypto.Hash algorithm) =>
    algorithm.convert(toUtf8()).toString();