Dart
dart:html
Body
text method
description
text method
Future
<
String
>
text
(
)
Implementation
Future<
String
> text() => promiseToFuture<
String
>(JS(
""
,
"#.text()"
,
this
));