menu
flo_cli package
documentation
core/config/config_service.dart
ConfigService
getValue<T> abstract method
getValue<T> abstract method
dark_mode
light_mode
getValue<
T
>
abstract method
T?
getValue
<
T
>(
String
key
)
Gets a configuration value by
key
, cast to type
T
.
Implementation
T? getValue<T>(String key);
flo_cli package
documentation
core/config/config_service
ConfigService
getValue<T> abstract method
ConfigService class