connect method

Future<bool?> connect()

Starts connection between client and provided SSHServer Before try to connect , make sure you have called setup metthod

Implementation

Future<bool?> connect() {
  return SshvpnFlutterPlatform.instance.connect();
}