clearSteps method

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

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

Implementation

@override
Future<void> clearSteps(Iterable<String> featuresIds) async =>
    _steps.removeAll(featuresIds);