http library

Functions

extractJSON(Response response) Future<String>
get(String baseAddress, String endpoint, {Map<String, String?>? queryParameters}) Future<Response>
post(String baseAddress, String endpoint, {Map<String, dynamic>? body}) Future<Response?>
returnResponseOrThrowException(Response response) → Response