deleteDir abstract method

Future<WebDavStdRequest<DeleteRequestParam>> deleteDir({
  1. IfOr? condition,
})

Delete directory at the location specified by from.

see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.6.1

Implementation

Future<WebDavStdRequest<DeleteRequestParam>> deleteDir({IfOr? condition});