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