clearActions method

void clearActions()

Clears all DebugActions from ActionValuePage.

Implementation

void clearActions() {
  _actions.clear();
  _safeSetState();
}