Future<global.Response> putAsync(String requestUri, String data) async { return await httpClient!.put(Uri.parse(requestUri), body: data); }