remove

abstract suspend fun remove(id: String): ERROR CLASS: Symbol not found for Result<kotlin/Unit>

Removes the token with id from storage. Does nothing if the provided id does not exist.

Parameters

id

id of the token to remove from storage.