PrivacyNetwork class

Constructors

PrivacyNetwork({required ChromeSetting networkPredictionEnabled, required ChromeSetting webRtcipHandlingPolicy})
PrivacyNetwork.fromJS(PrivacyNetwork _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
networkPredictionEnabled ChromeSetting
If enabled, Chrome attempts to speed up your web browsing experience by pre-resolving DNS entries and preemptively opening TCP and SSL connections to servers. This preference only affects actions taken by Chrome's internal prediction service. It does not affect webpage-initiated prefectches or preconnects. This preference's value is a boolean, defaulting to true.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → PrivacyNetwork
no setter
webRtcipHandlingPolicy ChromeSetting
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.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited