open method

Future<bool> open()

Opens this FileAttachment, if downloaded, or otherwise returns false.

Implementation

Future<bool> open() =>
    CacheWorker.instance.open(original.checksum, original.size);