Plugin to show information about devices network
npm install capacitor-networkinterfacea
``bash`
npm install capacitor-networkinterface
npx cap sync
* echo(...)
* getWiFiIPAddress()
* requestPermission()
* checkPermissions()
`typescript`
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
--------------------
`typescript`
getWiFiIPAddress() => Promise<{ value: string; }>
Returns: Promise<{ value: string; }>
--------------------
`typescript`
requestPermission() => Promise<{ receive: string; }>
Returns: Promise<{ receive: string; }>
--------------------
`typescript``
checkPermissions() => Promise<{ status: string; }>
Returns: Promise<{ status: string; }>
--------------------