dispose method

void dispose()

Close the inline http.Client.

Keep in mind this will not close clients whose Artemis client was instantiated from ArtemisClient.fromLink. If you're using this constructor, you need to close your own links.

Implementation

void dispose() {
  _httpLink?.dispose();
}