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