effectivePermissionForRole abstract method

Future<IPermissions> effectivePermissionForRole(
  1. IRole role
)

Returns effective permissions for role to this channel including channel overrides.

Implementation

Future<IPermissions> effectivePermissionForRole(IRole role);