Future<PresentationConnection> reconnect(String id) => promiseToFuture<PresentationConnection>( JS("", "#.reconnect(#)", this, id));