RouteHandler typedef

Future RouteHandler (RouterContext context)

路由处理器
The function as handler for router.

Implementation

typedef Future<dynamic> RouteHandler(RouterContext context);