Extract the event key from an app event node ID. Returns null if the node ID is not an app event node.
static String? appEventKeyFromNodeId(String nodeId) => _appEvent.extractKey(nodeId);