ServerStreamingInvoker<Q, R> typedef

ServerStreamingInvoker<Q, R> = Stream<R> Function(ServiceCall call, ServiceMethod<Q, R> method, Stream<Q> requests)

Implementation

typedef ServerStreamingInvoker<Q, R> =
    Stream<R> Function(
      ServiceCall call,
      ServiceMethod<Q, R> method,
      Stream<Q> requests,
    );