detachSession method
Detaches the caller's active session sessionRef on nodeId (empty
sessionRef targets the sole active session).
Implementation
Future<ActiveSessionDetachResult> detachSession(
String nodeId, {
String sessionRef = '',
}) => _guard(
() => client.detachActiveSession(nodeId: nodeId, sessionRef: sessionRef),
);