Check if a node ID represents an app event.
static bool isAppEventNodeId(String nodeId) => _appEvent.matches(nodeId);