NextMiddleware typedef

NextMiddleware = dynamic Function()

Call the next middleware from the chain

Implementation

typedef NextMiddleware = NextMiddlewareReturn Function();