post<T> static method

BuildRequest post<T>()

Implementation

static BuildRequest post<T>() {
  return BuildRequest(
    HttpType.post,
    RxNet(),
  ).setParamsToBodyData(true);
}