unshareLocation method

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

Implementation

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