clearAll method

  1. @action
void clearAll()

The action for the clear all.

Implementation

@action
void clearAll() {
  _map.clear();
  _order.clear();
  _messageStatusMap.clear();
}