load method

  1. @override
Future<DevicePreviewData?> load()
override

Load data from the storage that has been saved previously with the save method.

Implementation

@override
Future<DevicePreviewData?> load() => Future<DevicePreviewData?>.value(null);