reset method

void reset()

Resets the backoff after a healthy connection.

Implementation

void reset() => _attempt = 0;