static Future<bool> removeSharedPrefs(String key) => SharedPreferencesUtil.instance .remove(isWeb || isWindows ? _checkPrefix(key) : key);