Closed yakeer closed 4 years ago
I'm using cacheFromURL, and I want to get the cached filePath in order to use it with "Share".
I'm missing something, can't find the filePath property.
Please help.
PDF().cachedFromUrl( url, whenDone: (String filePath) => print(filePath))
cachedFromUrl does seem to have the whenDone function...
was using 0.2.9, just upgraded to 0.3.0 and it appears.
I'm using cacheFromURL, and I want to get the cached filePath in order to use it with "Share".
I'm missing something, can't find the filePath property.
Please help.