renegotiate abstract method
- @Deprecated("Not implemented")
Does nothing.
The original intent was to allow TLS renegotiation of existing secure connections.
Implementation
@Deprecated("Not implemented")
void renegotiate({
  bool useSessionCache = true,
  bool requestClientCertificate = false,
  bool requireClientCertificate = false,
});