moveStraight_Pre method

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

Implementation

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