killSession method
Terminates the caller's session sessionRef on nodeId.
Implementation
Future<DetachedSessionKillResult> killSession(
String nodeId,
String sessionRef,
) => _guard(() => client.killSession(nodeId: nodeId, sessionRef: sessionRef));