Skip to content

Commit 9d92911

Browse files
flutter format
1 parent b4364ff commit 9d92911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/web_storage.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class WebStorage {
2121
class WebStorageItem {
2222
///Item key.
2323
String key;
24+
2425
///Item value.
2526
dynamic value;
2627

@@ -46,7 +47,6 @@ class WebStorageItem {
4647
///Class that provides methods to manage the JavaScript [Storage](https://developer.mozilla.org/en-US/docs/Web/API/Storage) object.
4748
///It is used by [LocalStorage] and [SessionStorage].
4849
class Storage {
49-
5050
InAppWebViewController _controller;
5151

5252
///The web storage type: `window.sessionStorage` or `window.localStorage`.

0 commit comments

Comments
 (0)