Closed rstenberg closed 3 years ago
"Future getSMSList(String url) async" in twilio_flutter/lib/models/sms.dart never returns a list. It always returns null because the function does not specify a Future return type.
Please see https://stackoverflow.com/questions/59027206/flutter-async-function-from-a-different-class-prints-okay-but-returns-null for a similar scenario.
Thank you. Will resolve.
Method deprecated in the latest release. Added another method for the same.
"Future getSMSList(String url) async" in twilio_flutter/lib/models/sms.dart never returns a list. It always returns null because the function does not specify a Future return type.
Please see https://stackoverflow.com/questions/59027206/flutter-async-function-from-a-different-class-prints-okay-but-returns-null for a similar scenario.