cacheDuration property
Duration
get
cacheDuration
Cache TTL for this provider. Keep short for dynamic data, longer for static.
Implementation
Duration get cacheDuration => const Duration(minutes: 5);
Cache TTL for this provider. Keep short for dynamic data, longer for static.
Duration get cacheDuration => const Duration(minutes: 5);