We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69b4e0 commit d2735ceCopy full SHA for d2735ce
lib/src/settings/ray_settings.dart
@@ -1,4 +1,5 @@
1
final class RaySettings {
2
+ static Map<String, String> cache = {};
3
Map<String, dynamic> settings = {};
4
bool _loadedUsingSettingsFile = false;
5
final Map<String, dynamic> _defaultSettings = {
0 commit comments