getTranslationsStore method
- String? getLocale() = getDefaultLocale,
Implementation
TranslationsStore getTranslationsStore(
{String? Function() getLocale = getDefaultLocale}) =>
TranslationsStore(
translations: getAllTranslations(),
getLocale: getLocale,
);