clearResult method
void
clearResult()
Clears the most recent action's result.
Implementation
void clearResult() => value = Initial._();
Clears the most recent action's result.
void clearResult() => value = Initial._();