menu
native_log_plus package
documentation
native_log_bindings_generated.dart
NativeLog
putw method
putw method
dark_mode
light_mode
putw
method
int
putw
(
int
arg0
,
Pointer
<
FILE
>
arg1
)
Implementation
int putw(int arg0, ffi.Pointer<FILE> arg1) { return _putw(arg0, arg1); }
native_log_plus package
documentation
native_log_bindings_generated
NativeLog
putw method
NativeLog class