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