fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
241 stars 176 forks source link

Event back to app from native view? #53

Open vantutrieu97 opened 2 years ago

vantutrieu97 commented 2 years ago

I want to catch the event when I close native view (message screen) then back to the main app, how to catch it?