save method

  1. @override
Future<void> save(
  1. DevicePreviewData data
)
override

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

Implementation

@override
Future<void> save(DevicePreviewData data) => Future.value();