IOSWebStorageManager class

Class that represents various types of data that a website might make use of. This includes cookies, disk and memory caches, and persistent data such as WebSQL, IndexedDB databases, and local storage.

NOTE: available on iOS 9.0+.

Use WebStorageManager instead.

Annotations

Constructors

IOSWebStorageManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchDataRecords({required Set<IOSWKWebsiteDataType> dataTypes}) Future<List<IOSWKWebsiteDataRecord>>
Fetches data records containing the given website data types.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeDataFor({required Set<IOSWKWebsiteDataType> dataTypes, required List<IOSWKWebsiteDataRecord> dataRecords}) Future<void>
Removes website data of the given types for the given data records.
removeDataModifiedSince({required Set<IOSWKWebsiteDataType> dataTypes, required DateTime date}) Future<void>
Removes all website data of the given types that has been modified since the given date.
toString() String
A string representation of this object.
inherited

Operators

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