postUrl method Null safety
- Uri uri
Send a POST request to the provided URL.
Implementation
static SyncHttpClientRequest postUrl(Uri uri) =>
SyncHttpClientRequest._('POST', uri, true);
Send a POST request to the provided URL.
static SyncHttpClientRequest postUrl(Uri uri) =>
SyncHttpClientRequest._('POST', uri, true);