menu
flutter_easylogger package
documentation
log_mode.dart
LogValueNotifier
addLog method
addLog method
dark_mode
light_mode
addLog
method
void
addLog
(
LogMode
mode
)
Implementation
void addLog(LogMode mode) { value.logModeList.add(mode); notifyListeners(); }
flutter_easylogger package
documentation
log_mode
LogValueNotifier
addLog method
LogValueNotifier class