clearStep method

  1. @override
Future<void> clearStep(
  1. String featureId
)
override

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

Implementation

@override
Future<void> clearStep(String featureId) async => _steps.remove(featureId);