dispose method

void dispose()

Cleans up resources when the manager is no longer needed.

Implementation

void dispose() {
  _httpClient.close();
}