getPersistStore function

SharedPreferences getPersistStore()

Return the backend persistent storage, a SharedPreferences instance.

ex. final prefs = getPersistStore();

Implementation

SharedPreferences getPersistStore() => _sharedPreferences;