getCachedFilePath abstract method

FutureOr<String> getCachedFilePath(
  1. String digest
)

Gets the cached file path for the given digest.

Implementation

FutureOr<String> getCachedFilePath(String digest);