PerformReconnectFunction typedef

PerformReconnectFunction = Future<void> Function()

A function that, when called, causes the XmppConnection to connect to the server, if another reconnection is not already running.

Implementation

typedef PerformReconnectFunction = Future<void> Function();