UNPKG

capacitor-udid

Version:

Plugin to retrieve a persistent UDID across app reinstalls on iOS and Android

7 lines 208 B
import { WebPlugin } from '@capacitor/core'; export class UdidWeb extends WebPlugin { async getUdid() { throw this.unimplemented('Not implemented on web.'); } } //# sourceMappingURL=web.js.map