Adding a custom SugarLogic to use as in a dependency

The article "Extending Sugar Logic" provides some guidance on building a Sugar Logic function. We would like to add a dependency to check our Permissions module. Is it possible to use `App.api.call("read")` to return a boolean indicating whether the permission is allowed?