Flutter: async, await

后端 未结 0 865
闹比i
闹比i 2020-12-18 08:46
void getLocation() async {
  await location.getCurrentLocation();
  *latlng* = LatLng(location.latitude, location.longitude);}

. .

 @         


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