setPublicReadAccess method
Set whether the public is allowed to read this object.
Implementation
void setPublicReadAccess({required bool allowed}) {
setReadAccess(userId: _publicKEY, allowed: allowed);
}
Set whether the public is allowed to read this object.
void setPublicReadAccess({required bool allowed}) {
setReadAccess(userId: _publicKEY, allowed: allowed);
}