menu
simple_file_log package
documentation
simple_file_log.dart
MyLog
flush static method
flush static method
dark_mode
light_mode
flush
static method
Future
<
void
>
flush
(
)
Implementation
static Future<void> flush() async { await _sink?.flush(); }
simple_file_log package
documentation
simple_file_log
MyLog
flush static method
MyLog class