setApiKey static method

String setApiKey(
  1. String _key
)

Implementation

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