fetch property

FetchApi fetch

A domain for letting clients substitute browser's network layer with client code.

Implementation

FetchApi get fetch => _fetch ??= FetchApi(client);