delete<T> static method
Implementation
static BuildRequest delete<T>({String path = ""}) {
return I.deleteRequest<T>().setPath(path);
}
static BuildRequest delete<T>({String path = ""}) {
return I.deleteRequest<T>().setPath(path);
}