reconnect method

Future<void> reconnect()

Reconnects the client right away if the token mismatch is detected.

Implementation

Future<void> reconnect() => _client.reconnect();