info method

ResponseFuture<ResponseInfo> info(
  1. RequestInfo request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ResponseInfo> info($0.RequestInfo request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$info, request, options: options);
}