hash method Null safety
- Uint8List bytes
override
Creates MemoHash instance from byte array.
Implementation
static MemoHash hash(Uint8List bytes) {
return MemoHash(bytes);
}
Creates MemoHash instance from byte array.
static MemoHash hash(Uint8List bytes) {
return MemoHash(bytes);
}