walkthroughKeyFromNodeId static method

String? walkthroughKeyFromNodeId(
  1. String nodeId
)

Extract the walkthrough key from a walkthrough node ID. Returns null if the node ID is not a walkthrough node.

Implementation

static String? walkthroughKeyFromNodeId(String nodeId) =>
    _walkthrough.extractKey(nodeId);