PostDestructionChecker constructor
PostDestructionChecker()
Implementation
PostDestructionChecker() {
_finalizer.attach(
this,
this.onPostDestruction,
detach: this,
);
}
PostDestructionChecker() {
_finalizer.attach(
this,
this.onPostDestruction,
detach: this,
);
}