update method

Future<void> update(
  1. dynamic response
)

Implementation

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