md5Hash static method

String md5Hash(
  1. String text
)

Implementation

static String md5Hash(String text) => _toHex(_md5(_u8(text)));