shounakmulay / Telephony

Flutter plugin for telephony features like query device sms directory, listen for incoming messages, retrieve various network parameters, etc.
https://telephony.shounakmulay.dev
MIT License
137 stars 124 forks source link

id property #160

Open AbodiSadiqGitHub opened 1 year ago

AbodiSadiqGitHub commented 1 year ago

I get id property is null, why?

Hillarie-kip commented 1 year ago

you need to add in columns i.e columns: [SmsColumn.ID, SmsColumn.BODY]

valiantboymaksud commented 1 year ago

how can use columns when incoming sms?