Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMS Scheduling ?? #35

Open
PranavMasekar opened this issue Aug 28, 2023 · 0 comments
Open

SMS Scheduling ?? #35

PranavMasekar opened this issue Aug 28, 2023 · 0 comments

Comments

@PranavMasekar
Copy link

PranavMasekar commented Aug 28, 2023

final sender = SmsSender();
final contacts = ContactQuery();
final contact = await contacts.queryContact('+91xxxxxxxxxx');
log(contact!.fullName.toString());
await sender.sendSms(
SmsMessage(
    contact.address,
    'From Someone',
  ),
);

In the SmsMessage class there are options for date and dataSent.
So does this allows us to schedule messages ?? If not then what exactly are they used for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant