scan-cell-plugin
v0.0.1
Published
scan cell bts network type
Readme
scan-cell-plugin
scan cell bts network type
Install
npm install scan-cell-pluginnpx cap syncAPI
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; }>
