Implement External Link Account entitlement requirements
npm install @justglanceit/capacitor-plugin-external-link-accountImplement External Link Account requirements
``bash`
npm install @justglanceit/capacitor-plugin-external-link-account
npx cap sync
`typescript`
canOpen() => Promise<{ value: boolean; }>
Resolves with value === true if app can open interstitial modal sheet before linking out, false otherwise.
Returns: Promise<{ value: boolean; }>
--------------------
`typescript`
open() => Promise
Opens interstitial modal sheet before linking out if available,
throws exception if cannot link outside or modal is not available.
Modal is available for iOS 16.0` or greater.
--------------------