listSessions abstract method

Future<List<DetachedSessionInfo>> listSessions(
  1. String nodeId
)

Lists the caller's sessions (active + detached) on nodeId.

Implementation

Future<List<DetachedSessionInfo>> listSessions(String nodeId);