Private
Retrieves data from storage based on the feature key and user ID.
The key to identify the feature data.
A promise that resolves to the data retrieved or an error/storage status enum.
Stores data in the storage.
The data to be stored as a record.
A promise that resolves to true if data is successfully stored, otherwise false.
Retrieves data from storage based on the feature key and user ID.