getThumbnailFile method

File getThumbnailFile()

Get the file to be written to for thumbnail export.

Implementation

File getThumbnailFile() {
  String imagePath = path.join(exportDirectory.path, 'thumbnail.jpg');
  return File(imagePath);
}