IntegrationStepCallback<Example extends IntegrationExample?> typedef
IntegrationStepCallback<Example extends IntegrationExample?> =
FutureOr<void> Function(WidgetTester tester, IntegrationLog log, IntegrationBox box, IntegrationMocks mocks, [Example? example, IntegrationTestWidgetsFlutterBinding? binding])
Callback used to provide the necessary tools to execute an IntegrationStep.
Implementation
typedef IntegrationStepCallback<Example extends IntegrationExample?>
= FutureOr<void> Function(
WidgetTester tester,
IntegrationLog log,
IntegrationBox box,
IntegrationMocks mocks, [
Example? example,
IntegrationTestWidgetsFlutterBinding? binding,
]);