clearActions method
void
clearActions()
Clears all DebugActions from ActionValuePage.
Implementation
void clearActions() {
_actions.clear();
_safeSetState();
}
Clears all DebugActions from ActionValuePage.
void clearActions() {
_actions.clear();
_safeSetState();
}