resetActions method

void resetActions()

Resets the actions and the WidgetTester

Implementation

void resetActions() {
  debugPrint('** Actions reset **');
  _actions = [];
  _doneActions = [];
}