getThumbnailFile method
Get the file to be written to for thumbnail export.
Implementation
File getThumbnailFile() {
String imagePath = path.join(exportDirectory.path, 'thumbnail.jpg');
return File(imagePath);
}
Get the file to be written to for thumbnail export.
File getThumbnailFile() {
String imagePath = path.join(exportDirectory.path, 'thumbnail.jpg');
return File(imagePath);
}