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