menu
swift_flutter package
documentation
core/reducers.dart
ReduxStore<T>
clearHistory method
clearHistory method
dark_mode
light_mode
clearHistory
method
void
clearHistory
(
)
Clear action history
Implementation
void clearHistory() { _actionHistory.clear(); }
swift_flutter package
documentation
core/reducers
ReduxStore<T>
clearHistory method
ReduxStore class