Refactoring

This commit is contained in:
Christian Pauly 2020-05-05 14:25:45 +02:00
commit 29008a3942
2 changed files with 5 additions and 52 deletions

View file

@ -36,7 +36,6 @@ class I18n {
}
static I18n of(BuildContext context) {
if (context == null) return I18n('en');
return Localizations.of<I18n>(context, I18n);
}