renegotiate method Null safety
Renegotiates an existing secure connection.
Renews the session keys and possibly changes the connection properties.
This repeats the SSL or TLS handshake, with options that allow clearing the session cache and requesting a client certificate.
Implementation
void renegotiate(
{bool useSessionCache = true,
bool requestClientCertificate = false,
bool requireClientCertificate = false});