staleTime property
The time after which the cached item is considered stale.
After this duration, the item may be refreshed according to the refreshStrategy.
Implementation
final Duration? staleTime;
The time after which the cached item is considered stale.
After this duration, the item may be refreshed according to the refreshStrategy.
final Duration? staleTime;