Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 437 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 437 Bytes

SMS Receiver Channel

Use channel on the client_side (Flutter) and the platform_side (Android) and invoke sms receiver method asynchronously that returns a Future.

This method call executes a block of kotlin code on android and after successful completion of the method , it returns the result back to the flutter.

SmsReceiver