easy_request library

Support for doing something awesome.

More dartdocs go here.

Functions

request({required String url, String method = 'GET', Map<String, String>? headers, Map<String, dynamic>? body}) → dynamic
The url is the endpoint the function is going to attack with the specified method.