buildBody method

HttpRequestBody? buildBody(
  1. HttpRequestBody body
)

Builds the HttpRequest body. Used by credentials that injects tokens/credentials in the body.

Implementation

HttpRequestBody? buildBody(HttpRequestBody body) {
  return null;
}