close method

Future<void> close()

Disconnects and this Cluster, cleaning up all resources associated with it.

Implementation

Future<void> close() => _connection.close();