RequestHandlerDelegate<TResponse> typedef

RequestHandlerDelegate<TResponse> = FutureOr<TResponse> Function()

Represents the continuation for the next task to execute in the pipeline.

Implementation

typedef RequestHandlerDelegate<TResponse> = FutureOr<TResponse> Function();