getPose_Pre method

Future<GetPoseResponse> getPose_Pre(
  1. ServiceCall call,
  2. Future<GetPoseRequest> request
)

Implementation

$async.Future<$35.GetPoseResponse> getPose_Pre($grpc.ServiceCall call, $async.Future<$35.GetPoseRequest> request) async {
  return getPose(call, await request);
}