getConfiguredApiKeyHelper function

String? getConfiguredApiKeyHelper()

Get the configured apiKeyHelper from settings.

Implementation

String? getConfiguredApiKeyHelper() {
  // In a full implementation this reads from settings.
  return Platform.environment['MAGE_API_KEY_HELPER'];
}