sync method

Future<void> sync()

Implementation

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