respondWith method

void respondWith(
  1. Future<Response> response
)

Implementation

void respondWith(Future<Response> response) {
  _callMethod(_delegate, 'respondWith',
      [futureToPromise(response, (Response r) => r._delegate)]);
}