✏️ Code CompletionC# C# / .NET Easy⚡+10 XP
Async Method
Complete the async method signature.
✏️ Fill in the blank
public ___ Task<string> GetDataAsync() {
return await httpClient.GetStringAsync(url);
}Complete the async method signature.
public ___ Task<string> GetDataAsync() {
return await httpClient.GetStringAsync(url);
}