clearTranslations method
void
clearTranslations()
Clears all translations.
Implementation
void clearTranslations() {
translations.clear();
}
Clears all translations.
void clearTranslations() {
translations.clear();
}