/// Collection of string constants that are keys to SharedPreferences class SharedPrefKeys { static const tokens = 'tokens'; static const defaultAccount = 'defaultAccount'; static const defaultAccounts = 'defaultAccounts'; static const theme = 'theme'; static const amoledDarkMode = 'amoledDarkMode'; }