createDir abstract method
Creates a new directory at the location specified by from
.
see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.3 and https://datatracker.ietf.org/doc/html/rfc4918#section-9.3.2
Implementation
Future<WebDavStdRequest<MkcolRequestParam>> createDir({IfOr? condition});