PreferenceStorer<T> constructor

PreferenceStorer<T>(
  1. SharedPreferences preferences
)

Implementation

PreferenceStorer(this.preferences);