clearStep abstract method

Future<void> clearStep(
  1. String featureId
)

Requests that the persistence layer should remove the completion of the step identified by featureId.

Implementation

Future<void> clearStep(String featureId);