Future<void> forward(String to, [interop.Headers? headers]) => js_util .promiseToFuture(js_util.callMethod(this, 'forward', [to, headers]));