This plugin allows user to place a phone call
npm install capacitor-native-phone
npx cap sync
makeACall(options: PhoneOptions) => Promise<void>
Param | Type |
---|---|
options |
PhoneOptions |
Prop | Type |
---|---|
phone_number |
string |
country_code |
string |
This plugin allows user to place a phone call
npm install capacitor-native-phone
npx cap sync
makeACall(options: PhoneOptions) => Promise<void>
Param | Type |
---|---|
options |
PhoneOptions |
Prop | Type |
---|---|
phone_number |
string |
country_code |
string |
npm i capacitor-native-phone
4
0.0.3
MIT
20 kB
28