capacitor-network-info
v0.0.3
Published
To get network information.
Readme
capacitor-network-info
To get network information.
Install
npm install capacitor-network-info
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
getCurrentIp()
getCurrentIp() => Promise<IP>Returns: Promise<IP>
