This commit is contained in:
unknown 2018-05-28 23:22:50 -07:00
parent a82d23f26d
commit d77c1d48b4
1 changed files with 0 additions and 4 deletions

View File

@ -52,10 +52,6 @@ class AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalization> {
@override
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));
}