appliedPlan method
ResponseFuture<QueryAppliedPlanResponse>
appliedPlan(
- QueryAppliedPlanRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.QueryAppliedPlanResponse> appliedPlan(
$0.QueryAppliedPlanRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$appliedPlan, request, options: options);
}