Clear the language from the storage
static Future clearLanguage({String? key}) { key ??= state; return NyStorage.delete(key); }