/capacitor-plugin-test

Test plugin for Capacitor

Primary LanguageJava

capacitor-plugin-test

A test plugin for Capacitor

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; }>