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