update
This commit is contained in:
@@ -23,5 +23,5 @@ class Translation {
|
||||
supportedLanguagesCodes.map<Locale>((language) => Locale(language, ""));
|
||||
|
||||
//function to be invoked when changing the language
|
||||
LocaleChangeCallback? onLocaleChanged;
|
||||
late LocaleChangeCallback onLocaleChanged;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user