menu
native_log_plus package
documentation
native_log_bindings_generated.dart
NativeLog
setbuf method
setbuf method
dark_mode
light_mode
setbuf
method
void
setbuf
(
Pointer
<
FILE
>
arg0
,
Pointer
<
Char
>
arg1
)
Implementation
void setbuf(ffi.Pointer<FILE> arg0, ffi.Pointer<ffi.Char> arg1) { return _setbuf(arg0, arg1); }
native_log_plus package
documentation
native_log_bindings_generated
NativeLog
setbuf method
NativeLog class