peekSession method
Captures the current screen of session sessionRef on nodeId without
attaching to it.
Implementation
Future<SessionScreenResult> peekSession(String nodeId, String sessionRef) =>
_guard(() => client.peekSession(nodeId: nodeId, sessionRef: sessionRef));