buildBody method
Builds the HttpRequest body. Used by credentials that injects tokens/credentials in the body.
Implementation
HttpRequestBody? buildBody(HttpRequestBody body) {
return null;
}
Builds the HttpRequest body. Used by credentials that injects tokens/credentials in the body.
HttpRequestBody? buildBody(HttpRequestBody body) {
return null;
}