FetchMixin<C extends Content> mixin

A mixin for FetchApi with partial implemention.

Implemented types
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetch(Uri reference) Future<C>
Fetch (read fully) content body from a resource identified by reference.
inherited
fetchBytes(Uri reference) Future<Uint8List>
Fetch content body as bytes from a resource identified by reference.
override
fetchJson(Uri reference, {Object? reviver(Object? key, Object? value)?}) Future
Fetch content body as JSON data from a resource identified by reference.
override
fetchStream(Uri reference) Future<C>
Fetch content as a stream from a resource identified by reference.
inherited
fetchText(Uri reference) Future<String>
Fetch content body as text from a resource identified by reference.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited