We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4364ff commit 9d92911Copy full SHA for 9d92911
lib/src/web_storage.dart
@@ -21,6 +21,7 @@ class WebStorage {
21
class WebStorageItem {
22
///Item key.
23
String key;
24
+
25
///Item value.
26
dynamic value;
27
@@ -46,7 +47,6 @@ class WebStorageItem {
46
47
///Class that provides methods to manage the JavaScript [Storage](https://developer.mozilla.org/en-US/docs/Web/API/Storage) object.
48
///It is used by [LocalStorage] and [SessionStorage].
49
class Storage {
-
50
InAppWebViewController _controller;
51
52
///The web storage type: `window.sessionStorage` or `window.localStorage`.
0 commit comments