open method
Opens this FileAttachment, if downloaded, or otherwise returns false
.
Implementation
Future<bool> open() =>
CacheWorker.instance.open(original.checksum, original.size);
Opens this FileAttachment, if downloaded, or otherwise returns false
.
Future<bool> open() =>
CacheWorker.instance.open(original.checksum, original.size);