menu
jskit package
documentation
tools/tools.dart
JsTools
getMd5 static method
getMd5 static method
dark_mode
light_mode
getMd5
static method
String
getMd5
(
String
org
)
Implementation
static String getMd5(String org) => md5.convert(utf8.encode(org)).toString();
jskit package
documentation
tools/tools
JsTools
getMd5 static method
JsTools class