getOrientation_Pre method

Future<GetOrientationResponse> getOrientation_Pre(
  1. ServiceCall call,
  2. Future<GetOrientationRequest> request
)

Implementation

$async.Future<$25.GetOrientationResponse> getOrientation_Pre($grpc.ServiceCall call, $async.Future<$25.GetOrientationRequest> request) async {
  return getOrientation(call, await request);
}