getOrgByDomainGlobal method

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

Implementation

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