menu
native_log_plus package
documentation
native_log_bindings_generated.dart
NativeLog
confstr method
confstr method
dark_mode
light_mode
confstr
method
int
confstr
(
int
arg0
,
Pointer
<
Char
>
arg1
,
int
__len
)
Implementation
int confstr(int arg0, ffi.Pointer<ffi.Char> arg1, int __len) { return _confstr(arg0, arg1, __len); }
native_log_plus package
documentation
native_log_bindings_generated
NativeLog
confstr method
NativeLog class