Uint8Array method

void Uint8Array(
  1. List<int> v, [
  2. int? at
])

Implementation

void   Uint8Array(List<int>    v, [int? at]) { reset(at); WasmMemory.heapU8 .setAll(_cur,      v); _cur += v.length * WasmSize.Uint8; }