DevicePreviewStorage.none constructor

DevicePreviewStorage.none()

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

Implementation

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