completeStep abstract method

Future<void> completeStep(
  1. String? featureId
)

Informs the persistence layer that the user has completed the step identified by featureId, and that it should record it in the persistence layer.

Implementation

Future<void> completeStep(String? featureId);