menu
remote_config_view package
documentation
remote_config_utils/remote_config_utils.dart
RemoteConfigUtils
getJson method
getJson method
dark_mode
light_mode
getJson
method
Map
<
String
,
dynamic
>
getJson
(
String
key
)
Implementation
Map<String, dynamic> getJson(String key) { return jsonDecode(getString(key)); }
remote_config_view package
documentation
remote_config_utils/remote_config_utils
RemoteConfigUtils
getJson method
RemoteConfigUtils class