EventIceCandidate constructor
      
      EventIceCandidate(
    
    
- RTCIceCandidate candidate,
- Future<void> ready()
Implementation
EventIceCandidate(this.candidate, this.ready);EventIceCandidate(this.candidate, this.ready);