@alexisayala/capacitor-mac-address
v0.0.1
Published
A Capacitor plugin to get the MAC address of the device
Downloads
1
Readme
@alexisayala/capacitor-mac-address
A Capacitor plugin to get the MAC address of the device
Install
npm install @alexisayala/capacitor-mac-address
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>