customWidgetKeyFromNodeId static method

String? customWidgetKeyFromNodeId(
  1. String nodeId
)

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

Implementation

static String? customWidgetKeyFromNodeId(String nodeId) =>
    _customWidget.extractKey(nodeId);