MmApiKeyAuthentication constructor

MmApiKeyAuthentication(
  1. MmHttpLocation location,
  2. String paramName,
  3. String apiKey, {
  4. String apiKeyPrefix = '',
})

Implementation

MmApiKeyAuthentication(this.location, this.paramName, this.apiKey, {this.apiKeyPrefix = ''});