kImportantRefreshInterval top-level constant

int const kImportantRefreshInterval

The interval in milliseconds to refresh data that needs to be updated more often at.

Implementation

const kImportantRefreshInterval = int.fromEnvironment('IMPORTANT_REFRESH_INTERVAL', defaultValue: 500);