static Future<List<String>> getSharedPrefsStringList(String key) async { return isWeb || isWindows ? await _all(key) : SharedPreferencesUtil.instance.getStringList(key); }