willDecodeRequestBody method

void willDecodeRequestBody(
  1. RequestBody body
)

Callback invoked prior to decoding a request body.

This method is invoked prior to decoding the request body.

Implementation

void willDecodeRequestBody(RequestBody body) {}