setApiKey method

void setApiKey(
  1. String apiKey
)

Implementation

void setApiKey(String apiKey) {
  authApi.setApiKey(apiKey);
}