Dart
dart:html
UnderlyingSourceBase
pull method
description
pull method
Future
pull
(
)
Implementation
Future pull() => promiseToFuture(JS(
""
,
"#.pull()"
,
this
));