toU8a method

Uint8List toU8a()

Implementation

Uint8List toU8a() {
  var bytes = _digest();
  return Uint8List.fromList(bytes);
}