AFReusableScreenTestBodyExecuteDelegate typedef
AFReusableScreenTestBodyExecuteDelegate =
Future<void> Function(AFScreenTestExecute e, AFTestParams params)
Delegate used to implement the body of a reusable single screen test that
Implementation
typedef AFReusableScreenTestBodyExecuteDelegate = Future<void> Function(AFScreenTestExecute e, AFTestParams params);