FileDevicePreviewStorage constructor

FileDevicePreviewStorage({
  1. required String filePath,
})

Implementation

FileDevicePreviewStorage({
  required this.filePath,
});