Experimental support for background notifications
This commit is contained in:
parent
4e3257c9aa
commit
979f75dd0d
7 changed files with 209 additions and 109 deletions
|
|
@ -36,6 +36,7 @@ class I18n {
|
|||
}
|
||||
|
||||
static I18n of(BuildContext context) {
|
||||
if (context == null) return I18n('en');
|
||||
return Localizations.of<I18n>(context, I18n);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue