scan-cell-plugin
v0.0.1
Published
scan cell bts network type
Downloads
2
Readme
scan-cell-plugin
scan cell bts network type
Install
npm install scan-cell-plugin
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>
testPluginMethod(...)
testPluginMethod(options: { msg: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ----------------------------- |
| options
| { msg: string; } |
Returns: Promise<{ value: string; }>
startScanMethod(...)
startScanMethod(options: { msg: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ----------------------------- |
| options
| { msg: string; } |
Returns: Promise<{ value: string; }>