import 'request.dart'; Future getData()async{ var response = await Http().get( "query",data: {"name":"haha"}); print(response); }