requestStreamAsync<RESULT> abstract method
Future<Stream<RESULT> >
requestStreamAsync<RESULT>(
- IGRPCServiceRequest<
RESULT, GRPCPARAMS> request, { - Duration? timeout,
Implementation
Future<Stream<RESULT>> requestStreamAsync<RESULT>(
IGRPCServiceRequest<RESULT, GRPCPARAMS> request, {
Duration? timeout,
});