MagicGateWatcher class
TelescopeWatcher for magic's gate-result event. Subscribes to the
canonical GateAccessChecked (covers both allow and deny outcomes via
allowed: bool); the convenience GateAccessDenied event is NOT
subscribed to because it would double-record every denial.
Constructors
Properties
Methods
-
install(
) → void - Wire the watcher's listening hook (event subscription, override, etc.).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uninstall(
) → void - Tear down the hook (test isolation).
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited