prefs property

  1. @visibleForTesting
SharedPreferences? prefs
getter/setter pair

In case we use MixpanelAnalytics.batch() we need to provide a storage provider This will be used to save the events not sent

Implementation

@visibleForTesting
SharedPreferences? prefs;