FileCache.fromPath constructor

FileCache.fromPath(
  1. String path
)

Implementation

factory FileCache.fromPath(String path) => _FileCache(path);