AFScreenTestBodyExecuteDelegate typedef
AFScreenTestBodyExecuteDelegate =
Future<void> Function(AFScreenTestExecute ste)
Delegate used to implmeent the body of a single screen test.
Implementation
typedef AFScreenTestBodyExecuteDelegate = Future<void> Function(AFScreenTestExecute ste);