menu
unit_rc package
documentation
UnitRCByteBuffer.dart
ByteBufferCpp
createHandle static method
createHandle static method
dark_mode
light_mode
createHandle
static method
dynamic
createHandle
(
Pointer
<
Uint8
>
ptr
,
int
length
)
Implementation
static createHandle(Pointer<Uint8> ptr, int length) { return ByteBufferCpp._fromCpp(ptr, length); }
unit_rc package
documentation
UnitRCByteBuffer
ByteBufferCpp
createHandle static method
ByteBufferCpp class