httpRequest method
Processes the HTTP request returning the HTTP response as a map
Implementation
Future<Map> httpRequest(Uri uri, Map request);
Processes the HTTP request returning the HTTP response as a map
Future<Map> httpRequest(Uri uri, Map request);