JanusWebRTCHandle constructor Null safety

JanusWebRTCHandle(
  1. {RTCPeerConnection? peerConnection}
)

Implementation

JanusWebRTCHandle({
  this.peerConnection,
});