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 value) => $_setBool(1, value);