Starts connection between client and provided SSHServer Before try to connect , make sure you have called setup metthod
Future<bool?> connect() { return SshvpnFlutterPlatform.instance.connect(); }