newSession abstract method

Future<void> newSession(
  1. String nodeId
)

Opens a new interactive shell on nodeId, taking over the terminal until the session detaches or exits.

Implementation

Future<void> newSession(String nodeId);