certificates property

Iterable<RTCCertificate> certificates

Implementation

Iterable<RTCCertificate> get certificates =>
    js_util.getProperty(this, 'certificates');
void certificates=(Iterable<RTCCertificate> newValue)

Implementation

set certificates(Iterable<RTCCertificate> newValue) {
  js_util.setProperty(this, 'certificates', newValue);
}