read static method
Implementation
static LiftRetVal<int> read(Uint8List buf) {
return LiftRetVal(buf.buffer.asByteData(buf.offsetInBytes).getUint8(0), 1);
}
static LiftRetVal<int> read(Uint8List buf) {
return LiftRetVal(buf.buffer.asByteData(buf.offsetInBytes).getUint8(0), 1);
}