menu
flo_cli package
documentation
core/config/config_service.dart
ConfigService
setValue<T> abstract method
setValue<T> abstract method
dark_mode
light_mode
setValue<
T
>
abstract method
void
setValue
<
T
>(
String
key
,
T
value
)
Sets a configuration value for
key
.
Implementation
void setValue<T>(String key, T value);
flo_cli package
documentation
core/config/config_service
ConfigService
setValue<T> abstract method
ConfigService class