peekSession abstract method

Future<void> peekSession(
  1. String nodeId,
  2. String sessionRef
)

Paints sessionRef's captured screen to the terminal without attaching, then waits for a keypress before returning.

Implementation

Future<void> peekSession(String nodeId, String sessionRef);