close method

FutureOr<void> close()

Releases any resources owned by the underlying transport (e.g. an HTTP client created by remoteAgent). A caller-supplied HTTP client is left open, since it stays caller-owned. Safe to call on the in-process agent (a no-op there).

Implementation

FutureOr<void> close() => _transport.close();