open method

Future<void> open()

Implementation

Future<void> open() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'open', []));