removeExternalIdentity method

ResponseFuture<RemoveExternalIdentityResponse> removeExternalIdentity(
  1. RemoveExternalIdentityRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$5.RemoveExternalIdentityResponse>
    removeExternalIdentity($5.RemoveExternalIdentityRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeExternalIdentity, request,
      options: options);
}