setDefaultACL static method

void setDefaultACL(
  1. ParseACL acl,
  2. bool withAccessForCurrentUser
)

Sets a default ACL that will be applied to all {@link ParseObject}s when they are created.

Implementation

static void setDefaultACL(ParseACL acl, bool withAccessForCurrentUser) =>
    _parseDefaultACLController.set(acl, withAccessForCurrentUser);