getData
file.getData()
Retrieves the data you saved using a specific name.
file.getData(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.getData()
Retrieves the data you saved using a specific name.
file.getData(id)
id
String
The name or key under which the data is stored. Used to identify and access specific data in the storage system.