NextMiddleware typedef
NextMiddleware =
dynamic Function()
Call the next middleware from the chain
Implementation
typedef NextMiddleware = NextMiddlewareReturn Function();
Call the next middleware from the chain
typedef NextMiddleware = NextMiddlewareReturn Function();