start method Null safety

Future start (
  1. Object stream
)

Implementation

Future start(Object stream) =>
    promiseToFuture(JS("", "#.start(#)", this, stream));