WebStorageManager class

Class that implements a singleton object (shared instance) which manages the web storage used by WebView instances. On Android, it is implemented using WebStorage. On iOS, it is implemented using WKWebsiteDataStore.default().

NOTE for iOS: available from iOS 9.0+.

Properties

android AndroidWebStorageManager
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ios IOSWebStorageManager
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

instance() WebStorageManager
Gets the WebStorage manager shared instance.