capacitor-pusher-beam-plugin A repo to connect to pusher beam Install npm install capacitor-pusher-beam-plugin npx cap sync API echo(...) echo(...) echo(options: { value: string; }) => Promise<{ value: string; }> Param Type options { value: string; } Returns: Promise<{ value: string; }>