menu
flutter_avif_platform_interface package
documentation
flutter_avif_ffi.dart
FlutterAvifFFI
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, ); }
flutter_avif_platform_interface package
documentation
flutter_avif_ffi
FlutterAvifFFI
calloc method
FlutterAvifFFI class