Flutter plugin for telephony features like query device sms directory, listen for incoming messages, retrieve various network parameters, etc.
137
stars
133
forks
source link
Fix type cast for getSms methods. Changed to List? internally. #68
Closed
shounakmulay closed 3 years ago
Change
invokeMethod
call type fromList<LinkedHashMap<dynamic, dynamic>>?
toList?
internally.