text method

Future<String> text()

Implementation

Future<String> text() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'text', []));