dispose() is called when an associated object is garbage collected
and no longer reachable.
Method Detail
dispose
void dispose()
dispose() is called when an associated object is garbage collected
and no longer reachable. Note that the associated object cannot be
accessed by the time this method is invoked.