menu
printx_logger package
documentation
printx_logger.dart
PrintX
clearLogs static method
clearLogs static method
dark_mode
light_mode
clearLogs
static method
Future
<
void
>
clearLogs
(
)
Clear all logs
Implementation
static Future<void> clearLogs() { return LogManager.instance.clearAllLogs(); }
printx_logger package
documentation
printx_logger
PrintX
clearLogs static method
PrintX class