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