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