Method GetRemoteString
GetRemoteString(string, string)
Returns a Remote Config string value. Falls back to defaultValue
if the key has not been fetched from the server (i.e., source is StaticValue) or is empty.
public static string GetRemoteString(string key, string defaultValue = "")