getCompassHeading_Pre method
Future<GetCompassHeadingResponse>
getCompassHeading_Pre(
- ServiceCall call,
- Future<
GetCompassHeadingRequest> request
Implementation
$async.Future<$25.GetCompassHeadingResponse> getCompassHeading_Pre($grpc.ServiceCall call, $async.Future<$25.GetCompassHeadingRequest> request) async {
return getCompassHeading(call, await request);
}