resumeSession abstract method

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

Resumes sessionRef on nodeId as a live interactive session, taking over the terminal until the session detaches or exits.

Implementation

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