I have written below code to retrieve the json. Future<Map<String, dynamic>> fetchCityCounterDetail(int id) async { final url = 'myapi_url'; ...
確定! 回上一頁