Lists the caller's sessions (active + detached) on nodeId.
nodeId
Future<List<DetachedSessionInfo>> listSessions(String nodeId) => _guard(() => client.listSessions(nodeId: nodeId));