NextMiddleware typedef

Future NextMiddleware ()

Call the next middleware from the chain

Implementation

typedef NextMiddleware = Future<dynamic> Function();