menu
native_log_plus package
documentation
native_log_bindings_generated.dart
NativeLog
asctime method
asctime method
dark_mode
light_mode
asctime
method
Pointer
<
Char
>
asctime
(
Pointer
<
tm
>
arg0
)
Implementation
ffi.Pointer<ffi.Char> asctime(ffi.Pointer<tm> arg0) { return _asctime(arg0); }
native_log_plus package
documentation
native_log_bindings_generated
NativeLog
asctime method
NativeLog class