clearSteps abstract method

Future<void> clearSteps(
  1. Iterable<String> featuresIds
)

Requests that the historic steps identified by featuresIds be cleared from the persistence layer.

Implementation

Future<void> clearSteps(Iterable<String> featuresIds);