EventIceCandidate constructor

EventIceCandidate(
  1. RTCIceCandidate candidate,
  2. Future<void> ready()
)

Implementation

EventIceCandidate(this.candidate, this.ready);