capacitor-plugin-localphonenumber
v0.0.2
Published
获取本机号码
Downloads
2
Readme
capacitor-plugin-localphonenumber
获取本机号码
Install
npm install capacitor-plugin-localphonenumber
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>