uninstall method

  1. @override
void uninstall()
override

Tear down the hook (test isolation).

Implementation

@override
void uninstall() {
  _sub?.cancel();
  _sub = null;
}