close method

FutureOr<void> close()

Releases any resources owned by this transport. The default is a no-op; transports that own resources (e.g. an HTTP client) override it.

Implementation

FutureOr<void> close() {}