updateRaw method

void updateRaw(
  1. Uint8List x
)

Implementation

void updateRaw(Uint8List x) => updateRawOffset(x, 0, x.length);