fromwirePoint32 function

List fromwirePoint32(
  1. Uint8List buffer
)

Implementation

List fromwirePoint32(Uint8List buffer) {
  return FundamentalHexType(buffer, 32).read();
}