Next typedef

Next = Future<Response> Function()

A callback that invokes the next middleware in the pipeline.

Implementation

typedef Next = Future<Response> Function();