update method

Future<void> update()

Implementation

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