dispose method

void dispose()

Disposes of resources used by the translator.

Implementation

void dispose() {
  _translationService.dispose();
}