Next typedef

Next = Future<Response> Function()

Continues execution to the next middleware or route handler.

Implementation

typedef Next = Future<Response> Function();