hasCompletedStep abstract method

Future<bool> hasCompletedStep(
  1. String featureId
)

Returns true if the step identified by featureId has completed by the user earlier, false otherwise.

Implementation

Future<bool> hasCompletedStep(String featureId);