update method

void update(
  1. Uint8List x
)

Implementation

void update(Uint8List x) => updateOffset(x, 0, x.length);