Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 664 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 664 Bytes

capacitor-pusher-beam-plugin

A repo to connect to pusher beam

Install

npm install capacitor-pusher-beam-plugin
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>