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