resolvePayload abstract method

Future<void> resolvePayload()

Resolves the payload of the request for body to be accessible.

!!! Important !!!
This method should be called before accessing body

Implementation

Future<void> resolvePayload();