menu
dartvel_core package
documentation
http.dart
Body
text method
text method
dark_mode
light_mode
text
method
Future
<
String
>
text
(
[
Encoding
enc
=
utf8
])
Implementation
Future<String> text([Encoding enc = utf8]) async => enc.decode(await bytesU8());
dartvel_core package
documentation
http
Body
text method
Body class