menu
native_log_plus package
documentation
native_log_bindings_generated.dart
NativeLog
vscanf method
vscanf method
dark_mode
light_mode
vscanf
method
int
vscanf
(
Pointer
<
Char
>
__format
,
va_list
arg1
)
Implementation
int vscanf(ffi.Pointer<ffi.Char> __format, va_list arg1) { return _vscanf(__format, arg1); }
native_log_plus package
documentation
native_log_bindings_generated
NativeLog
vscanf method
NativeLog class