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