willDecodeRequestBody method Null safety
- 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) {}
Callback invoked prior to decoding a request body.
This method is invoked prior to decoding the request body.
void willDecodeRequestBody(RequestBody body) {}