initLocale method
Initialize the repository for a new locale. If one already exists, it will not be overwritten.
Implementation
void initLocale(String locale) {
_cache[locale] ??= create();
}
Initialize the repository for a new locale. If one already exists, it will not be overwritten.
void initLocale(String locale) {
_cache[locale] ??= create();
}