current property

I18nGoogleWallet get current

Implementation

static I18nGoogleWallet get current {
  assert(_current != null,
      'No instance of I18nGoogleWallet was loaded. Try to initialize the I18nGoogleWallet delegate before accessing I18nGoogleWallet.current.');
  return _current!;
}