loreq library

Functions

loreq(String url, {Map<String, dynamic>? params, String method = 'GET'}) Future<Map<String, dynamic>>
This function sends HTTP requests to the specified URL using the specified method and returns the response as a JSON object.