ConditionsFunction typedef

ConditionsFunction = bool Function(dynamic subject)

A function type that defines conditions for access control.

Implementation

typedef ConditionsFunction = bool Function(dynamic subject);