fetch property
FetchApi
get
fetch
A domain for letting clients substitute browser's network layer with client code.
Implementation
FetchApi get fetch => _fetch ??= FetchApi(client);
A domain for letting clients substitute browser's network layer with client code.
FetchApi get fetch => _fetch ??= FetchApi(client);