getProfitLoss method

ResponseFuture<GetProfitLossReply> getProfitLoss(
  1. GetProfitLossRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.GetProfitLossReply> getProfitLoss($1.GetProfitLossRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getProfitLoss, request, options: options);
}