uninstall method

  1. @override
void uninstall()

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.
}