currentPlan_Pre method
Future<QueryCurrentPlanResponse>
currentPlan_Pre(
- ServiceCall call,
- Future<
QueryCurrentPlanRequest> request
Implementation
$async.Future<$0.QueryCurrentPlanResponse> currentPlan_Pre(
$grpc.ServiceCall call,
$async.Future<$0.QueryCurrentPlanRequest> request) async {
return currentPlan(call, await request);
}