Sets the default permissions handler.
The default handler runs in the following cases:
Learn more about permission resolution.
handler(channel: Channel, subscriber: Subscriber): Promise<ChannelPermissions> | ChannelPermissions Default handler to run when checking permissions.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.