text method

Future<String> text()

Implementation

Future<String> text() async {
  return await c.utf8.decodeStream(_res);
}