maybeOf static method
Implementation
static I18nGoogleWallet? maybeOf(BuildContext context) {
return Localizations.of<I18nGoogleWallet>(context, I18nGoogleWallet);
}
static I18nGoogleWallet? maybeOf(BuildContext context) {
return Localizations.of<I18nGoogleWallet>(context, I18nGoogleWallet);
}