Close the connection This does not kill and clear the session.
Future close({bool forceClose = false}) async { return _transport.close(forceClose: forceClose); }