I'm trying to use the intl plugin to get more translations of my app, but it always needs a context. In files without context where I simply have to assign a value to the variable what should I do?
For example I would like to do something like this::
String yes = "${AppLocalizations.of(context)!.yes}"