saveData

abstract fun saveData(storeName: String, key: String, value: Any)

Saves data to the storage service.

Parameters

storeName

The name of the store where the data will be saved.

key

The key under which the data will be stored.

value

The data to be stored.