allowUnregisteredCalls property
If true, the selected method allows unregistered calls, e.g. calls that don't identify any user or application.
Implementation
@$pb.TagNumber(2)
$core.bool get allowUnregisteredCalls => $_getBF(1);
Implementation
@$pb.TagNumber(2)
set allowUnregisteredCalls($core.bool v) { $_setBool(1, v); }