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