menu
flutter_alice package
documentation
core/alice_core.dart
AliceCore
clearLogs method
clearLogs method
dark_mode
light_mode
clearLogs
method
void
clearLogs
(
)
Implementation
void clearLogs() { _logs.clear(); logsSubject.add([]); }
flutter_alice package
documentation
core/alice_core
AliceCore
clearLogs method
AliceCore class