text method

Future<String> text()

Implementation

Future<String> text() => Future.error(UnsupportedError(
    'Body.text() is not available outside a browser context.'));