StepCallback typedef

StepCallback = Future<void> Function(dynamic)

Implementation

typedef StepCallback = Future<void> Function(ConvenientTest);