throttleInterval property
Minimum interval between result transmissions.
When set, ensures a minimum time gap between consecutive results. Useful for throttling high-frequency updates.
Implementation
final Duration? throttleInterval;
Minimum interval between result transmissions.
When set, ensures a minimum time gap between consecutive results. Useful for throttling high-frequency updates.
final Duration? throttleInterval;