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