kLessImportantRefreshInterval top-level constant

int const kLessImportantRefreshInterval

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);