defaultReconnectBackoff top-level constant

Duration const defaultReconnectBackoff

Default delay between reconnect attempts when ConnectionOptions.autoReconnectOnConnectionLost is true.

Implementation

const Duration defaultReconnectBackoff = Duration(seconds: 1);