menu
truesight_core package
documentation
http/http.dart
ExtendedResponse
bodyAsString method
bodyAsString method
dark_mode
light_mode
bodyAsString
method
String
bodyAsString
(
)
Get response body as text string
Implementation
String bodyAsString() { return data.toString(); }
truesight_core package
documentation
http/http
ExtendedResponse
bodyAsString method
ExtendedResponse extension on Response