hashString method Null safety
- String hexString
Creates MemoHash instance from hex-encoded string
Implementation
static MemoHash hashString(String hexString) {
return MemoHash.string(hexString);
}
Creates MemoHash instance from hex-encoded string
static MemoHash hashString(String hexString) {
return MemoHash.string(hexString);
}