ffi_helper
utils
getUint8View function
getUint8View
ffi_helper
utils
getUint8View function
utils library
Functions
getUint8View
getUint8View
function
Uint8List
getUint8View
(
Pointer
<
Uint8
>
ptr
,
int
len
)
Implementation
Uint8List getUint8View(Pointer<Uint8> ptr, int len) => ptr.asTypedList(len);