httpRequest abstract method

Future<Map> httpRequest(
  1. Uri? uri,
  2. Map<String, dynamic> request
)

Processes the HTTP request returning the HTTP response as a map

Implementation

Future<Map<dynamic, dynamic>> httpRequest(
    Uri? uri, Map<String, dynamic> request);