completedSteps abstract method

Future<Set<String?>> completedSteps(
  1. Iterable<String?>? featuresIds
)

Returns the list of steps (as strings) that the user has previously completed from the provided featuresIds set.

Implementation

Future<Set<String?>> completedSteps(Iterable<String?>? featuresIds);