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