getString method

String getString(
  1. String key
)

The string value for key, or the default configured in Remote Config.

Implementation

String getString(String key) => _remoteConfig.getString(key);