text method

Future<String> text()

Extracts the data as a plain text string.

Implementation

Future<String> text() => promiseToFuture(_callMethod(_delegate, 'text', []));