apiCallKeyFromNodeId static method

String? apiCallKeyFromNodeId(
  1. String nodeId
)

Extract the endpoint key from an API call node ID. Returns null if the node ID is not an API call node.

Implementation

static String? apiCallKeyFromNodeId(String nodeId) =>
    _apiCall.extractKey(nodeId);