NextLink typedef
NextLink =
Stream<Response> Function(Request request)
Type of the forward function
Implementation
typedef NextLink = Stream<Response> Function(
Request request,
);
Type of the forward function
typedef NextLink = Stream<Response> Function(
Request request,
);