maybeOf static method

I18nGoogleWallet? maybeOf(
  1. BuildContext context
)

Implementation

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