leitor-sms-capacitor
v0.0.4
Published
Ler Sms automaticamente
Maintainers
Readme
leitor-sms-capacitor
Ler Sms automaticamente
Install
npm install leitor-sms-capacitor
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
startListening(...)
startListening(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
stopListening(...)
stopListening(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
