menu
api_sentinel package
documentation
controllers/debug_overlay/debug_log_controller.dart
DebugLogController
clearLogs method
clearLogs method
dark_mode
light_mode
clearLogs
method
void
clearLogs
(
)
Implementation
void clearLogs() { _allLogs.clear(); logs.clear(); }
api_sentinel package
documentation
controllers/debug_overlay/debug_log_controller
DebugLogController
clearLogs method
DebugLogController class