fromwirePoint function

List fromwirePoint(
  1. Uint8List buffer
)

Implementation

List fromwirePoint(Uint8List buffer) {
  return FundamentalHexType(buffer, 33).read();
}