compute property
Given the query, the stale time to apply. May itself return another StaleTime.dynamic; StaleTime.resolveFor unwraps until it reaches a plain value.
Implementation
final StaleTime Function(Query<Object?> query) compute;
Given the query, the stale time to apply. May itself return another StaleTime.dynamic; StaleTime.resolveFor unwraps until it reaches a plain value.
final StaleTime Function(Query<Object?> query) compute;