StepAction<W extends ScenarioWorld> typedef

StepAction<W extends ScenarioWorld> = FutureOr<void> Function(W world, GherkinStep step, Map<String, String> arguments)

Implementation

typedef StepAction<W extends ScenarioWorld> =
    FutureOr<void> Function(
      W world,
      GherkinStep step,
      Map<String, String> arguments,
    );