computeByteHash method

  1. @override
int computeByteHash(
  1. int byteSize
)
override

Hashes the bytes until byteSize.

Implementation

@override
int computeByteHash(int byteSize) => ptr.computeByteHash(byteSize);