cacheTTL constant
Duration
const cacheTTL
Cache TTL: how long a cached style is considered fresh.
Implementation
static const Duration cacheTTL = Duration(hours: 24);
Cache TTL: how long a cached style is considered fresh.
static const Duration cacheTTL = Duration(hours: 24);