PreferencesDevicePreviewStorage constructor

PreferencesDevicePreviewStorage({
  1. String preferenceKey = defaultPreferencesKey,
})

Implementation

PreferencesDevicePreviewStorage({
  this.preferenceKey = defaultPreferencesKey,
});