removeWaypoint_Pre method
Future<RemoveWaypointResponse>
removeWaypoint_Pre(
- ServiceCall call,
- Future<
RemoveWaypointRequest> request
Implementation
$async.Future<$36.RemoveWaypointResponse> removeWaypoint_Pre($grpc.ServiceCall call, $async.Future<$36.RemoveWaypointRequest> request) async {
return removeWaypoint(call, await request);
}