uninstall method
Tear down the hook (test isolation).
Implementation
@override
void uninstall() {
// EventDispatcher.clear() is global; do NOT call it here. Tests that
// need a clean dispatcher call EventDispatcher.instance.clear() in their
// setUp, matching the MagicModelWatcher pattern at line 280.
}