clearLocale static method

Future<void> clearLocale()

Implementation

static Future<void> clearLocale() async =>
 await _prefs?.remove(_localeKey);