Data Store Storage
An implementation of the Storage interface that uses Android's Jetpack DataStore for persistence. This class is designed to be a modern replacement for SharedPreferences-based storage.
Parameters
context
The application context, used to get the DataStore instance.