unpack<T> method

T unpack<T>(
  1. Uint8List data
)

Implementation

T unpack<T>(Uint8List data) {
  return BinaryPack.unpack(data);
}