handleSSHChannelOpenError method

Future<void> handleSSHChannelOpenError()

Handles an SSH channel open error.

Implementation

Future<void> handleSSHChannelOpenError() async {
  await disconnect();
  await connect();
}