changeLanguage method
[Future<[void>]] changeLanguage(
- [[Locale] type]
)
This function change the app default language.
params:
type
:Locale
type, the language need to be updated with.
returns: None
Implementation
Future<void> changeLanguage(Locale type) async
- talawa
- lang_view_model
- AppLanguage
- changeLanguage method