0.0.2 • Published 3 years ago

capacitor-plugin-localphonenumber v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

capacitor-plugin-localphonenumber

获取本机号码

Install

npm install capacitor-plugin-localphonenumber
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


0.0.2

3 years ago