close method
void
close()
Closes the underlying HTTP client. Call when you are done.
Implementation
void close() => _transport.close();
Closes the underlying HTTP client. Call when you are done.
void close() => _transport.close();