next method

Call the next middleware in the middleware chain

Implementation

Future<HttpContext> next() async {
  return await _nextHandler(this);
}