respondWith method

void respondWith(
  1. Future<Response> r
)

Implementation

void respondWith(Future<Response> r) =>
    js_util.callMethod(this, 'respondWith', [r]);