WebDavClient constructor

WebDavClient(
  1. Uri baseURL, {
  2. Client? httpClient,
  3. List<DynamiteAuthentication>? authentications,
})

Creates a new WebDavClient.

Implementation

WebDavClient(
  super.baseURL, {
  super.httpClient,
  super.authentications,
});