removeWaypoint_Pre method

Future<RemoveWaypointResponse> removeWaypoint_Pre(
  1. ServiceCall call,
  2. Future<RemoveWaypointRequest> request
)

Implementation

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