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