reconnect method

Future<PresentationConnection> reconnect(
  1. String presentationId
)

Implementation

Future<PresentationConnection> reconnect(String presentationId) => js_util
    .promiseToFuture(js_util.callMethod(this, 'reconnect', [presentationId]));