menu
native_log_plus package
documentation
native_log_bindings_generated.dart
NativeLog
calloc method
calloc method
dark_mode
light_mode
calloc
method
Pointer
<
Void
>
calloc
(
int
__count
,
int
__size
)
Implementation
ffi.Pointer<ffi.Void> calloc(int __count, int __size) { return _calloc(__count, __size); }
native_log_plus package
documentation
native_log_bindings_generated
NativeLog
calloc method
NativeLog class