storeLocale static method

Future storeLocale(
  1. String locale
)

Implementation

static Future storeLocale(String locale) =>
    _prefs.setString(_kLocaleStorageKey, locale);