pack method

void pack(
  1. Uint8List r,
  2. List<Int32List> p
)

Implementation

void pack(Uint8List r, List<Int32List> p) {
  _pack(r, p);
}