getStepAfterStep method

RPStep? getStepAfterStep(
  1. RPStep step,
  2. RPTaskResult result
)

Returns the step after a specified step if there's any.

Implementation

RPStep? getStepAfterStep(RPStep step, RPTaskResult result) => null;