getRemoteConfig static method

RemoteConfig getRemoteConfig()

Retrieves the remote configuration.

Returns: RemoteConfig

Implementation

static RemoteConfig getRemoteConfig() {
  return const RemoteConfigImpl();
}