setSelfSigned abstract method
Set self signed to status
.
If self signed is true, Client will ignore invalid certificates. This is helpful in environments where your Appwrite instance does not have a valid SSL certificate.
Implementation
Client setSelfSigned({bool status = true});