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