<itemvalue="This contains the response message from a connection. It tells you whether your connection was successful or a failure, in which case will tell you where the failure occurred"/>
<itemvalue="This is the bluetooth device that we get when we have a successful connection. If our bluetooth connection wasn't successful, then null will be returned"/>
<itemvalue="This is likely a mistake, as Provider will not automatically update dependents when AMDHomePageViewModel is updated. Instead, consider changing Provider for more specific implementation that handles the update mechanism, such as:"/>
<itemvalue="Tried to use Provider with a subtype of ListenableStream (AMDHomePageViewModel)."/>
<itemvalue="inflate"/>
@ -55,13 +57,11 @@
<itemvalue="feat: reduce loading timeout of webview."/>
<itemvalue="feat: update spar pack page; set cache mode of webview to LOAD_CACHE_ELSE_NETWORK only when not connected to network."/>
<itemvalue="Overrides the way the cache is used. The way the cache is used is based on the navigation type. For a normal page load, the cache is checked and content is re-validated as needed. When navigating back, content is not revalidated, instead the content is just retrieved from the cache. This method allows the client to override this behavior by specifying one of LOAD_DEFAULT, LOAD_CACHE_ELSE_NETWORK, LOAD_NO_CACHE or LOAD_CACHE_ONLY. The default value is LOAD_DEFAULT."/>