executeActionForTest method

Future<void> executeActionForTest(
  1. ActionResult action
)

Test-only method to execute an action

Implementation

Future<void> executeActionForTest(ActionResult action) async {
  await _executeAction(action);
}