// Access token const String userInfoBox = "immichBoxUserInfo"; // Box const String accessTokenKey = "immichBoxAccessTokenKey"; // Key 1 const String deviceIdKey = 'immichBoxDeviceIdKey'; // Key 2 // Server endpoint const String serverEndpointKey = 'immichBoxServerEndpoint'; // Login Info const String hiveLoginInfoBox = "immichLoginInfoBox"; const String savedLoginInfoKey = "immichSavedLoginInfoKey"; // Backup Info const String hiveBackupInfoBox = "immichBackupAlbumInfoBox"; const String backupInfoKey = "immichBackupAlbumInfoKey"; // Github Release Info const String hiveGithubReleaseInfoBox = "immichGithubReleaseInfoBox"; const String githubReleaseInfoKey = "immichGithubReleaseInfoKey";