capacitor-plugin-test

test

Install

npm install capacitor-plugin-test
npx cap sync

API

echo(…)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


GitHub

View Github