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