Unhandled Exception: type '_InternalLinkedHashMap' is not a subtype of type 'FutureOr>'

前端 未结 0 1444
抹茶落季
抹茶落季 2021-02-01 15:19

Im trying to get json data from the server

here is the code:

 void main() async{
      List data = await getData();
      print(data);
      runApp(MyApp         


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