removeEncryptedPreference

Removes the encrypted preference value associated with the given key.

This function removes the encrypted preference value stored in the SharedPreferences for the specified key. It uses the getSharedPreferences function to access the SharedPreferences instance.

Parameters

key

The key associated with the preference value to be removed.