getItemFor method

V getItemFor(
  1. String locale,
  2. String key
)

Implementation

V getItemFor(String locale, String key) => _cache[locale]![key]!;