@laravelka/csw
v0.0.5
Published
The plugin is designed to listen to incoming SMS messages
Downloads
3
Maintainers
Readme
@laravelka/csw
The plugin is designed to listen to incoming SMS messages
Install
npm install @laravelka/csw
npx cap sync
API
watch()
watch() => Promise<{ from: string; body: string; }>
Returns: Promise<{ from: string; body: string; }>