configure static method
void
configure({})
Implementation
static void configure({
required Map<String, Map<String, String>> translations,
required Locale locale,
required Locale fallbackLocale,
}) {
_translations = translations;
_fallbackLocale = fallbackLocale;
localeNotifier.value = locale;
}