walkthrough static method

String walkthrough(
  1. String walkthroughKey
)

Generate a node ID for a walkthrough.

Implementation

static String walkthrough(String walkthroughKey) =>
    _walkthrough.create(walkthroughKey);