apiKey property

String apiKey

Get the current API key depending on the mode.

Implementation

String get apiKey => _inTestMode ? _testApiKey : _productionApiKey;