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