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 133 forks source link

Fix type cast for getSms methods. Changed to List? internally. #68

Closed shounakmulay closed 3 years ago

shounakmulay commented 3 years ago

Change invokeMethod call type from List<LinkedHashMap<dynamic, dynamic>>? to List? internally.