Getting bundle id of the application that installed your application
npm install capacitor-installer-sourceGetting bundle id of the application that installed your application
``bash`
npm install capacitor-installer-source
npx cap sync
`typescript``
getSourceInfo() => Promise<{ bundleId: string; }>
Returns: Promise<{ bundleId: string; }>
--------------------