(25055): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: Bad state: field does notexist within the DocumentSnapshotPlatformE/flutter (25055): #1
在Android设备上使用此代码发送POST请求时遇到问题。JsonDecoder _decoder = new JsonDecoder(); return http.get(baseURL+url).then((http.Response response) {
final String res: Han