webRtcipHandlingPolicy property
      
      ChromeSetting
      get
      webRtcipHandlingPolicy
      
    
    
Allow users to specify the media performance/privacy tradeoffs which
impacts how WebRTC traffic will be routed and how much local address
information is exposed. This preference's value is of type
IPHandlingPolicy, defaulting to default.
Implementation
ChromeSetting get webRtcipHandlingPolicy =>
    ChromeSetting.fromJS(_wrapped.webRTCIPHandlingPolicy);
      
      set
      webRtcipHandlingPolicy
      (ChromeSetting v) 
      
    
    
    
Implementation
set webRtcipHandlingPolicy(ChromeSetting v) {
  _wrapped.webRTCIPHandlingPolicy = v.toJS;
}