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