DeviceSetup typedef

DeviceSetup = Future<void> Function(Device device, WidgetTester tester)

Function definition for allowing for device or test setup to occur for each device configuration under test

Implementation

typedef DeviceSetup = Future<void> Function(Device device, WidgetTester tester);