walkthroughKeyFromNodeId static method
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);