allocate method

Array<Uint8> allocate (
  1. int length
)

Implementation

static Array<Uint8> allocate(int length) => Array(length, getUint8View);