()
| 103 | |
| 104 | // Visible For testing |
| 105 | static Storage storage() { |
| 106 | return LazyStorage.storage; |
| 107 | } |
| 108 | |
| 109 | // Lazy-loaded storage. Delaying storage initialization until after class initialization makes it |
| 110 | // much easier to avoid circular loading since there can still be references to Context as long as |
no outgoing calls