getMd5 static method

String getMd5(
  1. String org
)

Implementation

static String getMd5(String org) => md5.convert(utf8.encode(org)).toString();