dispose method
Disposes of the HTTP client resources.
Implementation
Future<void> dispose() async {
await _translationMemory.dispose();
_httpClient.close();
}
Disposes of the HTTP client resources.
Future<void> dispose() async {
await _translationMemory.dispose();
_httpClient.close();
}