getMessage method

ResponseFuture<MercuryResponse> getMessage(
  1. MercuryRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.MercuryResponse> getMessage($1.MercuryRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getMessage, request, options: options);
}