create<T> abstract method
Create new file at the location specified by from
.
see: https://datatracker.ietf.org/doc/html/rfc4918#section-9.7
Implementation
Future<WebDavStdRequest<PutRequestParam<T>>> create<T>(
{T? data, IfOr? condition});