Refactor
This commit is contained in:
parent
a82d23f26d
commit
d77c1d48b4
|
|
@ -52,10 +52,6 @@ class AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalization> {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Future<AppLocalization> load(Locale locale) {
|
Future<AppLocalization> load(Locale locale) {
|
||||||
print('locale');
|
|
||||||
print(locale);
|
|
||||||
// Returning a SynchronousFuture here because an async "load" operation
|
|
||||||
// isn't needed to produce an instance of AppLocalizations.
|
|
||||||
return new SynchronousFuture<AppLocalization>(new AppLocalization(locale));
|
return new SynchronousFuture<AppLocalization>(new AppLocalization(locale));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue