httpProvider top-level constant Providers
- @ProviderFor(Http)
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();