uninstall method
Tear down the hook (test isolation).
Implementation
@override
void uninstall() {
if (!_installed) return;
debugPrint = _previous;
_installed = false;
}
Tear down the hook (test isolation).
@override
void uninstall() {
if (!_installed) return;
debugPrint = _previous;
_installed = false;
}