moveStraight_Pre method

Future<MoveStraightResponse> moveStraight_Pre(
  1. ServiceCall call,
  2. Future<MoveStraightRequest> request
)

Implementation

$async.Future<$17.MoveStraightResponse> moveStraight_Pre($grpc.ServiceCall call, $async.Future<$17.MoveStraightRequest> request) async {
  return moveStraight(call, await request);
}