removeItem

Removes the key-value pair associated with a key. This function suspends until the result is available and returns the result directly or throws an exception if an error occurred.

Return

Boolean indicating whether the operation was successful.

Parameters

key

The key to remove.

Throws

If an error occurs during the operation.


Removes the key-value pair associated with a key from secure storage. This suspending function handles the result directly and throws an exception if an error occurs.

Return

True if the operation was successful.

Parameters

key

The key to remove.

Throws

If an error occurs during the operation.