setCachePath abstract method

void setCachePath(
  1. OfflineCacheManagerPathSetterListener pathSetterListener, {
  2. required String path,
})

Sets a new path for caches. If the specified path contains an existing cache, this cache will be used; otherwise, a new cache will be initialized.

Implementation

void setCachePath(
  OfflineCacheManagerPathSetterListener pathSetterListener, {
  required core.String path,
});