PrivacyServices class

Constructors

PrivacyServices({required ChromeSetting alternateErrorPagesEnabled, required ChromeSetting autofillEnabled, required ChromeSetting autofillAddressEnabled, required ChromeSetting autofillCreditCardEnabled, required ChromeSetting passwordSavingEnabled, required ChromeSetting safeBrowsingEnabled, required ChromeSetting safeBrowsingExtendedReportingEnabled, required ChromeSetting searchSuggestEnabled, required ChromeSetting spellingServiceEnabled, required ChromeSetting translationServiceEnabled})
PrivacyServices.fromJS(PrivacyServices _wrapped)

Properties

alternateErrorPagesEnabled ChromeSetting
If enabled, Chrome uses a web service to help resolve navigation errors. This preference's value is a boolean, defaulting to true.
getter/setter pair
autofillAddressEnabled ChromeSetting
If enabled, Chrome offers to automatically fill in addresses and other form data. This preference's value is a boolean, defaulting to true.
getter/setter pair
autofillCreditCardEnabled ChromeSetting
If enabled, Chrome offers to automatically fill in credit card forms. This preference's value is a boolean, defaulting to true.
getter/setter pair
autofillEnabled ChromeSetting
If enabled, Chrome offers to automatically fill in forms. This preference's value is a boolean, defaulting to true.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
passwordSavingEnabled ChromeSetting
If enabled, the password manager will ask if you want to save passwords. 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
safeBrowsingEnabled ChromeSetting
If enabled, Chrome does its best to protect you from phishing and malware. This preference's value is a boolean, defaulting to true.
getter/setter pair
safeBrowsingExtendedReportingEnabled ChromeSetting
If enabled, Chrome will send additional information to Google when SafeBrowsing blocks a page, such as the content of the blocked page. This preference's value is a boolean, defaulting to false.
getter/setter pair
searchSuggestEnabled ChromeSetting
If enabled, Chrome sends the text you type into the Omnibox to your default search engine, which provides predictions of websites and searches that are likely completions of what you've typed so far. This preference's value is a boolean, defaulting to true.
getter/setter pair
spellingServiceEnabled ChromeSetting
If enabled, Chrome uses a web service to help correct spelling errors. This preference's value is a boolean, defaulting to false.
getter/setter pair
toJS → PrivacyServices
no setter
translationServiceEnabled ChromeSetting
If enabled, Chrome offers to translate pages that aren't in a language you read. This preference's value is a boolean, defaulting to true.
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