getPlan_Pre method
- ServiceCall call,
- Future<
GetPlanRequest> request
Implementation
$async.Future<$35.GetPlanResponse> getPlan_Pre($grpc.ServiceCall call, $async.Future<$35.GetPlanRequest> request) async {
return getPlan(call, await request);
}
$async.Future<$35.GetPlanResponse> getPlan_Pre($grpc.ServiceCall call, $async.Future<$35.GetPlanRequest> request) async {
return getPlan(call, await request);
}