UNPKG

@jackobo/capacitor-pass-to-wallet

Version:

Capacitor plugin for adding digital passes to Apple and Google wallet

8 lines 254 B
import { WebPlugin } from '@capacitor/core'; export class CapacitorPassToWalletWeb extends WebPlugin { async addToWallet(options) { console.log(options); throw new Error('Not supported'); } } //# sourceMappingURL=web.js.map