connectionToastDelay property
Delay before showing the connection toast. Allows quick reconnections to complete without showing UI. Defaults to zero (immediate). Set to a longer duration (e.g., Duration(seconds: 1)) to prevent flashing toasts for brief connection checks.
Implementation
final Duration connectionToastDelay;