FileSystemImpl constructor

FileSystemImpl(
  1. Directory _filesDirectory,
  2. Directory _cacheDirectory
)

Implementation

FileSystemImpl(
  this._filesDirectory,
  this._cacheDirectory,
);