menu
extensions package
documentation
configuration.dart
ConfigurationProvider
set abstract method
set abstract method
dark_mode
light_mode
set
abstract method
void
set
(
String
key
,
String
?
value
)
Sets a configuration value for the specified key.
Implementation
void set(String key, String? value);
extensions package
documentation
configuration
ConfigurationProvider
set abstract method
ConfigurationProvider class