customActionKeyFromNodeId static method
Extract the custom action key from a node ID. Returns null if the node ID is not a custom action node.
Implementation
static String? customActionKeyFromNodeId(String nodeId) =>
_customAction.extractKey(nodeId);