menu
flo_cli package
documentation
core/config/config_service.dart
ConfigService
hasKey abstract method
hasKey abstract method
dark_mode
light_mode
hasKey
abstract method
bool
hasKey
(
String
key
)
Checks if
key
exists in the current configuration.
Implementation
bool hasKey(String key);
flo_cli package
documentation
core/config/config_service
ConfigService
hasKey abstract method
ConfigService class