BodyExt extension

on

Methods

decode(Encoding encoding) Future<String>

Available on Body, provided by the BodyExt extension

Decodes the body using the given encoding.
decodeJson({Object? reviver(Object? key, Object? value)?}) Future

Available on Body, provided by the BodyExt extension

Decodes the body into a JSON object.