delete

open suspend override fun delete()

Deletes the item from the DataStore by setting it to null. This clears the data content but does not delete the physical file. To delete the physical file, use deleteFile() instead.