Next typedef

Next = Future<void> Function()

Next function type for middleware chain

Implementation

typedef Next = Future<void> Function();