flutter_sms
flutter_sms copied to clipboard
Get failed callback on iOS
I am trying to send a message using this package, but due to some carrier issue message dosent get sent.
In this case, the callback I am getting from the sendSMS() is "sent" instead of "failed".
OS : iOS 15.5
can someone please let me know how I can get the failed state as a callback?