Files
linkding-ios/lib/constants/shared_preferences_keys.dart
2024-02-23 23:41:24 +01:00

8 lines
286 B
Dart

class SharedPreferencesKeys {
static const serversInstances = "serversInstances";
static const selectedTheme = "selectedTheme";
static const useDynamicTheme = "useDynamicTheme";
static const selectedColor = "selectedColor";
static const useInAppBrowser = "useInAppBrowser";
}