FileCache constructor

FileCache({
  1. required String path,
  2. Loader loader = defaultLoader,
})

Implementation

FileCache({
  required this.path,
  this.loader = defaultLoader,
});