handle abstract method
Pipeline handler for request
.
Perform any additional behavior and await the next
delegate.
Implementation
FutureOr<TResponse> handle(
TRequest request,
RequestHandlerDelegate<TResponse> next,
);
Pipeline handler for request
.
Perform any additional behavior and await the next
delegate.
FutureOr<TResponse> handle(
TRequest request,
RequestHandlerDelegate<TResponse> next,
);