Last updated:
0 purchases
shake http client
http wrapper for Shake #
This package is an extension for Shake bug reporting tool.
The extension provides http wrapper which makes network requests visible on the dashboard.
How to use #
ShakeHttpClient shakeHttpClient = ShakeHttpClient();
await shakeHttpClient.get(Uri.parse("http://dummy.restapiexample.com/api/v1/employees"));
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.