UNPKG

capacitor-udid

Version:

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

7 lines 232 B
import { registerPlugin } from '@capacitor/core'; const Udid = registerPlugin('Udid', { web: () => import('./web').then(m => new m.UdidWeb()), }); export * from './definitions'; export { Udid }; //# sourceMappingURL=index.js.map