Is your feature request related to a problem? Please describe.
From SharedPreferences package documentation: starting with version 2.3.0 there are three available APIs that can be used in this package. [SharedPreferences] is a legacy API that will be deprecated in the future. We highly encourage any new users of the plugin to use the newer [SharedPreferencesAsync] or [SharedPreferencesWithCache] APIs instead.
Is your feature request related to a problem? Please describe.
From SharedPreferences package documentation: starting with version 2.3.0 there are three available APIs that can be used in this package. [SharedPreferences] is a legacy API that will be deprecated in the future. We highly encourage any new users of the plugin to use the newer [SharedPreferencesAsync] or [SharedPreferencesWithCache] APIs instead.
The [SharedPreferences] API uses the native Android Shared Preferences tool to store data.
The [SharedPreferencesAsync] and [SharedPreferencesWithCache] APIs use DataStore Preferences to store data.
Can you add support for those 2 new sort of classes so that able to use DataStore Preferences for Android using Stash infrastructure?