ChromeBrowsingData class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAvailable → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
RemovalOptions options, DataTypeSet dataToRemove) → Future< void> -
Clears various types of browsing data stored in a user's profile.
dataToRemove
The set of data types to remove.returns
Called when deletion has completed. -
removeAppcache(
RemovalOptions options) → Future< void> -
Clears websites' appcache data.
returns
Called when websites' appcache data has been cleared. -
removeCache(
RemovalOptions options) → Future< void> -
Clears the browser's cache.
returns
Called when the browser's cache has been cleared. -
removeCacheStorage(
RemovalOptions options) → Future< void> -
Clears websites' cache storage data.
returns
Called when websites' cache storage has been cleared. -
removeCookies(
RemovalOptions options) → Future< void> -
Clears the browser's cookies and server-bound certificates modified within
a particular timeframe.
returns
Called when the browser's cookies and server-bound certificates have been cleared. -
removeDownloads(
RemovalOptions options) → Future< void> -
Clears the browser's list of downloaded files (not the downloaded files
themselves).
returns
Called when the browser's list of downloaded files has been cleared. -
removeFileSystems(
RemovalOptions options) → Future< void> -
Clears websites' file system data.
returns
Called when websites' file systems have been cleared. -
removeFormData(
RemovalOptions options) → Future< void> -
Clears the browser's stored form data (autofill).
returns
Called when the browser's form data has been cleared. -
removeHistory(
RemovalOptions options) → Future< void> -
Clears the browser's history.
returns
Called when the browser's history has cleared. -
removeIndexedDB(
RemovalOptions options) → Future< void> -
Clears websites' IndexedDB data.
returns
Called when websites' IndexedDB data has been cleared. -
removeLocalStorage(
RemovalOptions options) → Future< void> -
Clears websites' local storage data.
returns
Called when websites' local storage has been cleared. -
removePasswords(
RemovalOptions options) → Future< void> -
Clears the browser's stored passwords.
returns
Called when the browser's passwords have been cleared. -
removePluginData(
RemovalOptions options) → Future< void> -
Clears plugins' data.
returns
Called when plugins' data has been cleared. -
removeServiceWorkers(
RemovalOptions options) → Future< void> -
Clears websites' service workers.
returns
Called when websites' service workers have been cleared. -
removeWebSQL(
RemovalOptions options) → Future< void> -
Clears websites' WebSQL data.
returns
Called when websites' WebSQL databases have been cleared. -
settings(
) → Future< SettingsCallbackResult> - Reports which types of data are currently selected in the 'Clear browsing data' settings UI. Note: some of the data types included in this API are not available in the settings UI, and some UI settings control more than one data type listed here.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited