asMD5 method

String asMD5()

Convert string to MD5

Implementation

String asMD5() {
  return MD5Digest().process(asUint8List()).asBase64();
}