clearCache method
Clears any cached translations.
Forces reloading of translations on next access.
Implementation
@override
void clearCache() {
_loadedLocales.clear();
_translations.clear();
}
Clears any cached translations.
Forces reloading of translations on next access.
@override
void clearCache() {
_loadedLocales.clear();
_translations.clear();
}