uninstall method

  1. @override
void uninstall()

Tear down the hook (test isolation).

Implementation

@override
void uninstall() {
  // EventDispatcher.clear() is global ; we deliberately do NOT call it
  // here to avoid wiping host-registered listeners. Mirrors
  // MagicModelWatcher.uninstall().
}