capacitor-launch-native
v2.0.0
Published
Launch an app natively, if it exists
Readme
capacitor-launch-native
Launch an app natively, if it exists
Install
npm install capacitor-launch-native
npx cap syncAPI
attempt(...)
attempt(options: { url: string; }) => Promise<{ completed: boolean; }>| Param | Type |
| ------------- | ----------------------------- |
| options | { url: string; } |
Returns: Promise<{ completed: boolean; }>
