uninstall method

  1. @override
void uninstall()

Tear down the hook (test isolation).

Implementation

@override
void uninstall() {
  // EventDispatcher has no per-listener removal API ; see
  // MagicModelWatcher.uninstall() for the same trade-off.
}