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. Tests that need a
  // clean dispatcher should call EventDispatcher.instance.clear()
  // explicitly in their setUp.
}