kLessImportantRefreshInterval top-level constant
The interval in milliseconds to refresh data that needs to be updated less often at.
Implementation
const kLessImportantRefreshInterval = int.fromEnvironment('LESS_IMPORTANT_REFRESH_INTERVAL', defaultValue: 300000);