getOrgByDomainGlobal method

ResponseFuture<GetOrgByDomainGlobalResponse> getOrgByDomainGlobal(
  1. GetOrgByDomainGlobalRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetOrgByDomainGlobalResponse> getOrgByDomainGlobal($0.GetOrgByDomainGlobalRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getOrgByDomainGlobal, request, options: options);
}