apiKey property
Get the current API key depending on the mode.
Implementation
String get apiKey => _inTestMode ? _testApiKey : _productionApiKey;
Get the current API key depending on the mode.
String get apiKey => _inTestMode ? _testApiKey : _productionApiKey;