disconnect method

Future<void> disconnect()
inherited

Close the sync connection.

Use connect to connect again.

Implementation

Future<void> disconnect() async {
  await _connections.disconnect();
}