capacitor-plugin-wifi-ip
v0.0.7
Published
Get devices wifi IP address
Downloads
7
Readme
capacitor-plugin-wifi-ip
Get devices wifi IP address
Install
npm install capacitor-plugin-wifi-ip
npx cap sync
API
getIP()
getIP() => Promise<{ ip: string | null; }>
Returns: Promise<{ ip: string | null; }>