authorizer property
User-supplied authorizer callback. When non-null, every dispatched statement is run past this callback before executing; the callback can AuthorizerResult.deny (throws) or AuthorizerResult.ignore (statement is skipped and a message is returned).
Implementation
AuthorizerCallback? authorizer;