StateMachineTestHook typedef

StateMachineTestHook = FutureOr<void> Function()

Runs custom setup or teardown around each generated test case.

Implementation

typedef StateMachineTestHook = FutureOr<void> Function();