BodyExt extension

on

Methods

decode(Encoding encoding) Future<String>
Decodes the body using the given encoding.
decodeJson({Object? reviver(Object? key, Object? value)?}) Future
Decodes the body into a JSON object.