fromRemote<T> static method

ConfigValue<T> fromRemote<T>(
  1. T value
)

Crea un ConfigValue desde configuración remota

Implementation

static ConfigValue<T> fromRemote<T>(T value) =>
    ConfigValue(value, ConfigValueSource.remoteConfig);