getCompassHeading_Pre method

Future<GetCompassHeadingResponse> getCompassHeading_Pre(
  1. ServiceCall call,
  2. Future<GetCompassHeadingRequest> request
)

Implementation

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