yMD5 function

String yMD5(
  1. String content
)

MD5加密

Implementation

String yMD5(String content) {
  return _getPlugin()!.doMD5(content);
}