text method

Future<String> text ()

Implementation

Future<String> text() => promiseToFuture<String>(JS("", "#.text()", this));