Flutter-Net icon indicating copy to clipboard operation
Flutter-Net copied to clipboard

Results 4 Flutter-Net issues
Sort by recently updated
recently updated
newest added

// response = await _dio.post(api, data: params); response = await _dio.post(api, queryParameters: params);

这个类中的所有方法的返回值都是Futrue类型的,我这里报错了,需要怎么修改呢? ![2020-04-12_164158](https://user-images.githubusercontent.com/8053187/79064568-8e48b380-7cdc-11ea-92bc-7f5fae1da65f.png)