close method

Future<void> close()

Try to gracefully close connections to peers then close the session.

Implementation

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