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