clearTranslations method

void clearTranslations()

Clears all translations.

Implementation

void clearTranslations() {
  translations.clear();
}