listSessions abstract method
Lists the caller's sessions (active + detached) on nodeId.
Implementation
Future<List<DetachedSessionInfo>> listSessions(String nodeId);
Lists the caller's sessions (active + detached) on nodeId.
Future<List<DetachedSessionInfo>> listSessions(String nodeId);