dispose method
      
void
dispose()
      
     
    
Close the inline http.Client.
Keep in mind this will not close clients whose Dartpollo client was instantiated from DartpolloClient.fromLink. If you're using this constructor, you need to close your own links.
Implementation
void dispose() {
  _httpLink?.dispose();
}