certificates property
Iterable<RTCCertificate>
get
certificates
Implementation
Iterable<RTCCertificate> get certificates =>
js_util.getProperty(this, 'certificates');
set
certificates
(Iterable<RTCCertificate> newValue)
Implementation
set certificates(Iterable<RTCCertificate> newValue) {
js_util.setProperty(this, 'certificates', newValue);
}