fromRemote<T> static method
Crea un ConfigValue desde configuración remota
Implementation
static ConfigValue<T> fromRemote<T>(T value) =>
ConfigValue(value, ConfigValueSource.remoteConfig);
Crea un ConfigValue desde configuración remota
static ConfigValue<T> fromRemote<T>(T value) =>
ConfigValue(value, ConfigValueSource.remoteConfig);