flutter error Unhandled Exception: type ‘_InternalLinkedHashMap’ is not a subtype of type ‘List’ in type cast
when i run my code i get this error [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type ‘_InternalLinkedHashMap‘ is not a subtype of type ‘List’ in type cast. so i am not getting any data. Can you help me? its my place api class PlaceApi { static Future<http.Response> GetAllPlace() async { try { var response = await http.get(AppConstant.getUri(“places/getallplaces”), headers: … Read more