decodePrimitiveListBytes<T> static method
Decodes a list of primitives from framed bytes.
Implementation
static List<T> decodePrimitiveListBytes<T>(
Uint8List framed,
T Function(RecordReader r) readItem,
) => decodeListBytes(framed, readItem);