Uint8Array extension

on

Methods

asTypedList() Uint8List

Static Methods

allocate(int length, [Allocator allocator = ffi.malloc]) Array<Uint8>
fromIterable(Iterable<int> list, [Allocator allocator = ffi.malloc]) Array<Uint8>