deleteData
file.deleteData()
Deletes saved data for a given id.
file.deleteData(id)
id
String
The name or key under which the data is stored. Used to identify and access specific data in the storage system.
file.deleteData()
Deletes saved data for a given id.
file.deleteData(id)
id
String
The name or key under which the data is stored. Used to identify and access specific data in the storage system.