MmApiKeyAuthentication constructor
MmApiKeyAuthentication(
- MmHttpLocation location,
- String paramName,
- String apiKey, {
- String apiKeyPrefix = '',
Implementation
MmApiKeyAuthentication(this.location, this.paramName, this.apiKey, {this.apiKeyPrefix = ''});