access_to_sp library
This file provides access to the original classes of the shared_preferences
package.
Sometimes can be useful for debugging/testing or for use outside the system Cardoteka.
You must be careful and aware of what you are doing and why.
Classes
- Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android), providing a persistent store for simple data.
- Provides a persistent store for simple data.
- Basic options for creating SharedPreferencesAsync classes.
- Provides a persistent store for simple data.
- Options necessary to create a SharedPreferencesWithCache.