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