httpProvider top-level constant Providers

  1. @ProviderFor(Http)
HttpFamily const httpProvider

Make http requests, and cache them in hiveBox (hiveHttpCache)].

Require hiveBox(hiveHttpCache) to be awaited before start of app!

Read hive on init, state is a List from json http.Response , save state to Hive. {@category Providers}

Copied from Http.

Implementation

@ProviderFor(Http)
const httpProvider = HttpFamily();