Test plugin
npm install my-custom-plugin
npx cap sync
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ value: string; } |
Returns: Promise<{ value: string; }>
testPluginMethod(options: { msg: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options |
{ msg: string; } |
Returns: Promise<{ value: string; }>