getApiKey method
Implementation
String getApiKey() {
if (_apiKey == '') {
throw ArgumentError.notNull('apiKey missing, please initialize.');
}
return _apiKey;
}
String getApiKey() {
if (_apiKey == '') {
throw ArgumentError.notNull('apiKey missing, please initialize.');
}
return _apiKey;
}