DevicePreviewStorage.none constructor

DevicePreviewStorage.none()

A storage that keep preferences only in memory : all preferences are reset on each fresh start of the app.

Implementation

factory DevicePreviewStorage.none() => const NoDevicePreviewStorage();