menu
extensions package
documentation
configuration.dart
ConfigurationProvider
tryGet abstract method
tryGet abstract method
dark_mode
light_mode
tryGet
abstract method
(
bool
,
String
?
)
tryGet
(
String
key
)
Tries to get a configuration value for the specified key.
Implementation
(bool, String?) tryGet(String key);
extensions package
documentation
configuration
ConfigurationProvider
tryGet abstract method
ConfigurationProvider class