AFWorkflowTestBodyExecuteDelegate typedef
AFWorkflowTestBodyExecuteDelegate =
Future<void> Function(AFWorkflowTestExecute mse)
Delegate used to implement the boyd of a multi screen test.
Implementation
typedef AFWorkflowTestBodyExecuteDelegate = Future<void> Function(AFWorkflowTestExecute mse);