start method Null safety

Future<PresentationConnection> start ()

Implementation

Future<PresentationConnection> start() =>
    promiseToFuture<PresentationConnection>(JS("", "#.start()", this));