locationAuth method

ResponseFuture<LocationAuthResponse> locationAuth(
  1. LocationAuthRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.LocationAuthResponse> locationAuth($9.LocationAuthRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$locationAuth, request, options: options);
}