requestOnceAsync<RESULT> abstract method

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

Implementation

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