setCachePath abstract method
void
setCachePath(
- OfflineCacheManagerPathSetterListener pathSetterListener, {
- 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,
});