unshareLocation method

ResponseFuture<UnshareLocationResponse> unshareLocation(
  1. UnshareLocationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.UnshareLocationResponse> unshareLocation($9.UnshareLocationRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$unshareLocation, request, options: options);
}