Simple Capacitor plugin to open the dialer with a given number.
- Android
- iOS
npm install capacitor-plugin-call
npx cap synccall(options: { number: string; }) => Promise<void>Open the dialer with the given number
| Param | Type |
|---|---|
options |
{ number: string; } |