getPlan_Pre method

Future<GetPlanResponse> getPlan_Pre(
  1. ServiceCall call,
  2. Future<GetPlanRequest> request
)

Implementation

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