appEventKeyFromNodeId static method

String? appEventKeyFromNodeId(
  1. String nodeId
)

Extract the event key from an app event node ID. Returns null if the node ID is not an app event node.

Implementation

static String? appEventKeyFromNodeId(String nodeId) =>
    _appEvent.extractKey(nodeId);