clearTranslations method

void clearTranslations()

Clears the in-memory set of translations.

Implementation

void clearTranslations() => _translations.clear();