opener property

Future<ShellSessionPort> Function(int cols, int rows) opener
final

Opens the session and returns it (a RemoteSession, which is a ShellSessionPort), given the terminal geometry.

Implementation

final Future<ShellSessionPort> Function(int cols, int rows) opener;