menu
designflow_widgets package
documentation
presentation/blocs/logs_cubit.dart
AppLogsCubit
clearLogs method
clearLogs method
dark_mode
light_mode
clearLogs
method
void
clearLogs
(
)
Implementation
void clearLogs() { emit(state.copyWith(logs: [])); }
designflow_widgets package
documentation
presentation/blocs/logs_cubit
AppLogsCubit
clearLogs method
AppLogsCubit class