StorageController.sharedPreferences constructor

StorageController.sharedPreferences()

Implementation

StorageController.sharedPreferences() {
  _method = StorageMethod.SHARED_PREFERENCES;
  _initializeSharedPreferencesStorage();
}