requestStreamAsync<RESULT> abstract method

Future<Stream<RESULT>> requestStreamAsync<RESULT>(
  1. IGRPCServiceRequest<RESULT, GRPCPARAMS> request, {
  2. Duration? timeout,
})

Implementation

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