cacheLocation property

CacheLocation? cacheLocation
final

The location to use when storing cache data. Valid values are memory or localstorage. Defaults to memory.

Implementation

final CacheLocation? cacheLocation;