assertNotReclaimed method
Implementation
@override
void assertNotReclaimed()
{
if (this._reclaimed) {
throw new Exception("Reclaimable.assertNotReclaimed(): Already reclaimed! There could be a listener leak.");
}
}
@override
void assertNotReclaimed()
{
if (this._reclaimed) {
throw new Exception("Reclaimable.assertNotReclaimed(): Already reclaimed! There could be a listener leak.");
}
}