effectiveMaxStaleAge property

Duration get effectiveMaxStaleAge

Contract-defined maximum stale age for retryable offline fallback.

Implementation

Duration get effectiveMaxStaleAge => Duration(
  seconds: maxStaleSeconds ?? _defaultMiniProgramCacheMaxStaleSeconds,
);