apiCall static method

String apiCall(
  1. String endpointKey
)

Generate a node ID for an API call endpoint.

Implementation

static String apiCall(String endpointKey) => _apiCall.create(endpointKey);