Read the response body using the read() function defined in the http Pub package.
read()
import 'package:http/http.dart' as http; main() async { print(await http.read("http://www.google.com/")); }
Copyright© 2013-2019
京ICP备2023019179号-2