addWaypoint_Pre method

Future<AddWaypointResponse> addWaypoint_Pre(
  1. ServiceCall call,
  2. Future<AddWaypointRequest> request
)

Implementation

$async.Future<$36.AddWaypointResponse> addWaypoint_Pre($grpc.ServiceCall call, $async.Future<$36.AddWaypointRequest> request) async {
  return addWaypoint(call, await request);
}