getLocalization method

String getLocalization(
  1. String key
)

Gets the localized value by the default locale

Implementation

String getLocalization(String key) => getLocalizationByLocale(key, _getLocale());