move abstract method
Move source file identified by from
to new location to
.
see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.9 and https://datatracker.ietf.org/doc/html/rfc4918#section-9.9.5
Implementation
Future<WebDavStdRequest<MoveRequestParam>> move(
{required Uri to, bool? overwrite, IfOr? condition});