clearAll method
- @action
The action for the clear all.
Implementation
@action
void clearAll() {
_map.clear();
_order.clear();
_messageStatusMap.clear();
}
The action for the clear all.
@action
void clearAll() {
_map.clear();
_order.clear();
_messageStatusMap.clear();
}