setApiKey static method

String setApiKey(
  1. String _key
)

sets the API key used for API services

Implementation

static String setApiKey(String _key) => _api_key = _key;