您好,欢迎来到外链网!
当前位置:外链网 » 站长资讯 » 专业问答 » 文章详细 订阅RssFeed

Future<dynamic> is not a subtype of type ‘>void‘

来源:互联网 浏览:102次 时间:2023-04-08
Future is not a subtype of type ‘()=>void’

按钮点击事件 onPressed:
handleAddPics()
改为
onPressed:
handleAddPics

73682010