type '(dynamic) => Null' is not a subtype of type '(String, dynamic) => void' of 'f' (tried to get api imgs in a list)

后端 未结 0 833
暖寄归人
暖寄归人 2021-01-11 18:58

i am trying to get api images in a list as bellow ---

 var res = json.decode(response.body);
    if (response.statusCode == 200) {
      var items = json.dec         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题