save abstract method

Future<void> save(
  1. DevicePreviewData data
)

Save the given data to the storage so that it can be loaded later with the load method.

Implementation

Future<void> save(DevicePreviewData data);