remoteConfigForContextKey method

QRemoteConfig? remoteConfigForContextKey(
  1. String contextKey
)

Implementation

QRemoteConfig? remoteConfigForContextKey(String contextKey) {
  return _findRemoteConfig(contextKey);
}