@alexisayala/capacitor-mac-address
v0.0.1
Published
A Capacitor plugin to get the MAC address of the device
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 syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
