Commit 9d92911a authored by Lorenzo Pichilli's avatar Lorenzo Pichilli

flutter format

parent b4364ff5
...@@ -21,6 +21,7 @@ class WebStorage { ...@@ -21,6 +21,7 @@ class WebStorage {
class WebStorageItem { class WebStorageItem {
///Item key. ///Item key.
String key; String key;
///Item value. ///Item value.
dynamic value; dynamic value;
...@@ -46,7 +47,6 @@ class WebStorageItem { ...@@ -46,7 +47,6 @@ class WebStorageItem {
///Class that provides methods to manage the JavaScript [Storage](https://developer.mozilla.org/en-US/docs/Web/API/Storage) object. ///Class that provides methods to manage the JavaScript [Storage](https://developer.mozilla.org/en-US/docs/Web/API/Storage) object.
///It is used by [LocalStorage] and [SessionStorage]. ///It is used by [LocalStorage] and [SessionStorage].
class Storage { class Storage {
InAppWebViewController _controller; InAppWebViewController _controller;
///The web storage type: `window.sessionStorage` or `window.localStorage`. ///The web storage type: `window.sessionStorage` or `window.localStorage`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment