menu
voo_logging package
documentation
features/logging/domain/entities/voo_logger.dart
VooLogger
clearLogs method
clearLogs method
dark_mode
light_mode
clearLogs
method
Future
<
void
>
clearLogs
(
)
Implementation
Future<void> clearLogs() async { await _repository.clearLogs(); }
voo_logging package
documentation
features/logging/domain/entities/voo_logger
VooLogger
clearLogs method
VooLogger class