menu
unit_rc package
documentation
FFIType.dart
FFIType
freeDoubleArrayFFI static method
freeDoubleArrayFFI static method
dark_mode
light_mode
freeDoubleArrayFFI
static method
void
freeDoubleArrayFFI
(
Pointer
<
DoubleArrayFFI
>
pointer
)
Implementation
static void freeDoubleArrayFFI(Pointer<DoubleArrayFFI> pointer) { DoubleArrayFFI.free(pointer); }
unit_rc package
documentation
FFIType
FFIType
freeDoubleArrayFFI static method
FFIType class