1{
2  "methods": {
3    "getInstance()": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected",
7        "static"
8      ],
9      "params": [],
10      "returnType": "android.webkit.WebStorage",
11      "exceptions": [],
12      "name": "getInstance()"
13    }
14  },
15  "imports": [
16    "android.webkit.WebStorage",
17    "org.robolectric.annotation.Implementation",
18    "org.robolectric.annotation.Implements"
19  ],
20  "name": "org.robolectric.shadows.ShadowWebStorage",
21  "documentation": "Shadow of {@link WebStorage} which constructs a stub instance rather than attempting to create a\nfull Chromium-backed instance.\n"
22}