menu
remote_config_view package
documentation
remote_config_utils/remote_config_utils.dart
RemoteConfigUtils
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
getBool
(
String
key
, {
bool
defaultValue
=
false
,
})
Implementation
bool getBool(String key, {bool defaultValue = false}) { return _remoteConfig.getBool(key); }
remote_config_view package
documentation
remote_config_utils/remote_config_utils
RemoteConfigUtils
getBool method
RemoteConfigUtils class