unpack function

dynamic unpack(
  1. Uint8List data
)

Implementation

Unpackable unpack(Uint8List data) {
  return deserialize(data);
}