read_otp_plugin 0.0.3
read_otp_plugin: ^0.0.3 copied to clipboard
Reading incoming-and-expected SMS only
read_otp_plugin #
Flutter plugin for reading incoming-and-expected SMS only
Currently developed for Android: reading message without requesting SMS permission
Example
ReadOtpPlugin _smsReceiver = ReadOtpPlugin(onSmsReceived);
1. StartListening
_smsReceiver.startListening(phoneNumberFilter: "Example");
2. UnRegisterListening
_smsReceiver.unRegisterListening();
