set method
void
set(
- T item
Get the item data for the current locale.
Implementation
void set(T item) => setForLocale(currentLocale, item);
Get the item data for the current locale.
void set(T item) => setForLocale(currentLocale, item);