appliedPlan_Pre method
Future<QueryAppliedPlanResponse>
appliedPlan_Pre(
- ServiceCall call,
- Future<
QueryAppliedPlanRequest> request
Implementation
$async.Future<$0.QueryAppliedPlanResponse> appliedPlan_Pre(
$grpc.ServiceCall call,
$async.Future<$0.QueryAppliedPlanRequest> request) async {
return appliedPlan(call, await request);
}