stopPlan_Pre method

Future<StopPlanResponse> stopPlan_Pre(
  1. ServiceCall call,
  2. Future<StopPlanRequest> request
)

Implementation

$async.Future<$35.StopPlanResponse> stopPlan_Pre($grpc.ServiceCall call, $async.Future<$35.StopPlanRequest> request) async {
  return stopPlan(call, await request);
}