pollingInterval property
The interval at which to poll for file changes when using polling-based change detection.
This applies when callbacks are registered on change tokens.
Defaults to 4 seconds.
Implementation
final Duration pollingInterval;
The interval at which to poll for file changes when using polling-based change detection.
This applies when callbacks are registered on change tokens.
Defaults to 4 seconds.
final Duration pollingInterval;