close method
Try to gracefully close connections to peers then close the session.
Implementation
Future<void> close() => client.close();
Try to gracefully close connections to peers then close the session.
Future<void> close() => client.close();